mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
ccls: update to 0.20190823.
This commit is contained in:
parent
7081841b18
commit
81471bc82d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ccls'
|
# Template file for 'ccls'
|
||||||
pkgname=ccls
|
pkgname=ccls
|
||||||
version=0.20190314
|
version=0.20190823
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="clang-tools-extra"
|
hostmakedepends="clang-tools-extra"
|
||||||
|
@ -9,6 +9,6 @@ short_desc="C/C++/ObjC language server"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/MaskRay/ccls"
|
homepage="https://github.com/MaskRay/ccls"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/MaskRay/ccls/archive/${version}.tar.gz"
|
||||||
checksum=aaefa603a76325bb94e5222d144e19c432771346990c8b84165832bf37d15bb3
|
checksum=0176a10b2fa567862e5a93ac16a5bb92940f7bab7c3759b35be1a256cd2f1a66
|
||||||
nocross="Clang cannot be installed as makedep"
|
nocross="Clang cannot be installed as makedep"
|
||||||
|
|
Loading…
Add table
Reference in a new issue