Bear: update to 3.1.3.

This commit is contained in:
John 2023-09-17 15:29:16 +02:00
parent 5a6e21f121
commit f8267b58d1

View file

@ -1,7 +1,7 @@
# Template file for 'Bear'
pkgname=Bear
version=3.1.2
revision=3
version=3.1.3
revision=1
build_style=cmake
hostmakedepends="pkg-config protobuf protobuf-devel grpc"
makedepends="json-c++ spdlog grpc-devel protobuf-devel gtest-devel"
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://github.com/rizsotto/Bear"
distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz"
checksum=5f94e98480bd8576a64cd1d59649f34b09b4e02a81f1d983c92af1113e061fc3
checksum=8314438428069ffeca15e2644eaa51284f884b7a1b2ddfdafe12152581b13398
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF"