ccls: update to 0.20181225.7

This commit is contained in:
Nathan Owens 2019-01-16 23:44:02 -06:00 committed by maxice8
parent 8e7fee8875
commit 4f98732598
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ccls' # Template file for 'ccls'
pkgname=ccls pkgname=ccls
version=0.20181225.3 version=0.20181225.7
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DSYSTEM_CLANG=ON -DUSE_SHARED_LLVM=ON -DLLVM_ENABLE_RTTI=ON" configure_args="-DSYSTEM_CLANG=ON -DUSE_SHARED_LLVM=ON -DLLVM_ENABLE_RTTI=ON"
@ -12,5 +12,5 @@ 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="${homepage}/archive/${version}.tar.gz"
checksum=d7c3eb453d27e8917c412f49a4c2f09dec9e4231d4dc9c3d52cdd69090256cef checksum=d1a38db6477ddb8d1fb4a845c9ec5ca16a77927eef200738c54df21901a66900
nocross="During cross-build, headers/libraries can not be found" nocross="During cross-build, headers/libraries can not be found"