bear: bump version

This commit is contained in:
Jerome Duval
2023-02-13 20:42:52 +01:00
parent 01ff2ad7a0
commit 914ae93aa9
2 changed files with 3 additions and 5 deletions

View File

@@ -7,11 +7,11 @@ cmake supports the generation of JSON compilation databases out of the box. \
For any other build system that does not support this, Bear can be used \
instead to intercept the invocation of the compiler."
HOMEPAGE="https://github.com/rizsotto/Bear"
COPYRIGHT="2012-2022 by László Nagy"
COPYRIGHT="2012-2023 by László Nagy"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/rizsotto/Bear/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="45cfcdab07f824f6c06c9776701156f7a04b23eadd25ecbc88c188789a447cc7"
CHECKSUM_SHA256="33c1f4663d94508f11cbd999dd5571359be7d15b0f473f7cfbea2c0b3190a891"
SOURCE_DIR="Bear-$portVersion"
PATCHES="bear-$portVersion.patchset"
@@ -21,8 +21,6 @@ SECONDARY_ARCHITECTURES="?x86"
PROVIDES="
bear$secondaryArchSuffix = $portVersion
cmd:bear = $portVersion compat >= 3
cmd:citnames = $portVersion compat >= 3
cmd:intercept = $portVersion compat >= 3
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -74,7 +72,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libfmt$secondaryArchSuffix
devel:libgrpc$secondaryArchSuffix
devel:libgrpc$secondaryArchSuffix >= 29
devel:libgtest$secondaryArchSuffix
devel:libspdlog$secondaryArchSuffix
devel:nlohmann_json$secondaryArchSuffix