ccls: update to 0.20241108 (#11755)

This commit is contained in:
augiedoggie
2025-02-09 17:39:46 -07:00
committed by GitHub
parent 9a8e3291f9
commit 197b3edecb

View File

@@ -17,10 +17,10 @@ hierarchy
HOMEPAGE="https://github.com/MaskRay/ccls"
COPYRIGHT="2017-2024 ccls Authors"
LICENSE="Apache v2"
REVISION="3"
REVISION="1"
SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz"
SOURCE_DIR="ccls-tags-$portVersion"
CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc"
CHECKSUM_SHA256="ef82a5af82f4694b152822d69560d7d881f4f15e4433022a0d985d409a22c173"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -38,8 +38,8 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libclang_cpp$secondaryArchSuffix >= 18
devel:libLLVM$secondaryArchSuffix >= 18
devel:libclang_cpp$secondaryArchSuffix >= 19
devel:libLLVM$secondaryArchSuffix >= 19
devel:libz$secondaryArchSuffix
devel:librapidjson$secondaryArchSuffix
"