diff --git a/dev-util/ccls/ccls-0.20230717.recipe b/dev-util/ccls/ccls-0.20240202.recipe similarity index 90% rename from dev-util/ccls/ccls-0.20230717.recipe rename to dev-util/ccls/ccls-0.20240202.recipe index 37e16baea..372c3a5f9 100644 --- a/dev-util/ccls/ccls-0.20230717.recipe +++ b/dev-util/ccls/ccls-0.20240202.recipe @@ -15,12 +15,12 @@ hierarchy * semantic highlighting and preprocessor skipped regions * semantic navigation: \$ccls/navigate" HOMEPAGE="https://github.com/MaskRay/ccls" -COPYRIGHT="2017-2023 ccls Authors" +COPYRIGHT="2017-2024 ccls Authors" LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz" SOURCE_DIR="ccls-tags-$portVersion" -CHECKSUM_SHA256="0a5f62e5c0e3f7af9f15feeffad4c1dce5c7dc57cdacd228938fa6f46852f8db" +CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -58,6 +58,6 @@ BUILD() INSTALL() { - mkdir -p $prefix/bin - cp -af build/ccls $prefix/bin + mkdir -pv $prefix/bin + cp -afv build/ccls $prefix/bin }