From 999eab2045ec2e15e43858b1d2a87f3215f60c79 Mon Sep 17 00:00:00 2001 From: Justinas Grigas Date: Sun, 12 Feb 2023 19:23:22 +0200 Subject: [PATCH] Bear: update to 3.1.0. --- srcpkgs/Bear/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Bear/template b/srcpkgs/Bear/template index e7061a8a3751..fac8c45145e3 100644 --- a/srcpkgs/Bear/template +++ b/srcpkgs/Bear/template @@ -1,6 +1,6 @@ # Template file for 'Bear' pkgname=Bear -version=3.0.21 +version=3.1.0 revision=1 build_style=cmake hostmakedepends="pkg-config protobuf protobuf-devel grpc" @@ -10,9 +10,8 @@ short_desc="Tool that generates a compilation database for clang tooling" maintainer="John " license="GPL-3.0-or-later" homepage="https://github.com/rizsotto/Bear" -distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=0c949a6a907bc61a1284661f8d9dab1788a62770c265f6142602669b6e5c389d -conflicts="interception-tools>=0" # /usr/bin/intercept +distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz" +checksum=33c1f4663d94508f11cbd999dd5571359be7d15b0f473f7cfbea2c0b3190a891 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF"