From 81053ed4f665ee21cb3f1ba263f54050ed85bd44 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 27 Jan 2019 11:12:52 -0600 Subject: [PATCH] ccls: update to 0.20181225.8 --- srcpkgs/ccls/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccls/template b/srcpkgs/ccls/template index d6e42290df6..73fc3deabdb 100644 --- a/srcpkgs/ccls/template +++ b/srcpkgs/ccls/template @@ -1,6 +1,6 @@ # Template file for 'ccls' pkgname=ccls -version=0.20181225.7 +version=0.20181225.8 revision=1 build_style=cmake configure_args="-DSYSTEM_CLANG=ON -DUSE_SHARED_LLVM=ON -DLLVM_ENABLE_RTTI=ON" @@ -12,5 +12,5 @@ maintainer="Nathan Owens " license="Apache-2.0" homepage="https://github.com/MaskRay/ccls" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=d1a38db6477ddb8d1fb4a845c9ec5ca16a77927eef200738c54df21901a66900 +checksum=3cb24048f0d9d34a5a55fb180f239ef467c5d80e0fb77acad86b4e821e74d7f0 nocross="During cross-build, headers/libraries can not be found"