From 77b58bbee483983780c1a6cd424822840e725489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sun, 11 Apr 2021 13:02:14 +0200 Subject: [PATCH] ccls: update to 0.20210330. --- srcpkgs/ccls/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccls/template b/srcpkgs/ccls/template index 2b0d8a4b94ec..f2fcebc6b016 100644 --- a/srcpkgs/ccls/template +++ b/srcpkgs/ccls/template @@ -1,6 +1,6 @@ # Template file for 'ccls' pkgname=ccls -version=0.20201219 +version=0.20210330 revision=1 build_style=cmake hostmakedepends="clang-tools-extra" @@ -10,7 +10,7 @@ maintainer="Nathan Owens " license="Apache-2.0" homepage="https://github.com/MaskRay/ccls" distfiles="https://github.com/MaskRay/ccls/archive/${version}.tar.gz" -checksum=edd3435bc7e55d9e5dc931932f9c98275a6a28d1ab1f66416110e029f3f2882a +checksum=28c228f49dfc0f23cb5d581b7de35792648f32c39f4ca35f68ff8c9cb5ce56c2 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"