From 9544a14390518892f038444c75d24383c408fe5c Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Sat, 8 Oct 2022 17:20:43 +0200 Subject: [PATCH] brial: update to 1.2.11. --- srcpkgs/brial/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/brial/template b/srcpkgs/brial/template index 18fdb463e8df..8f988c1296c6 100644 --- a/srcpkgs/brial/template +++ b/srcpkgs/brial/template @@ -1,6 +1,6 @@ # Template file for 'brial' pkgname=brial -version=1.2.10 +version=1.2.11 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" homepage="https://github.com/BRiAl/BRiAl" distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2" -checksum=dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee088883cbae5744b4f18d +checksum=6c0f622009dcd9928295d748226baa9cdc1a87c32552e13772fddf95bbb6f02c if [ -n "$CROSS_BUILD" ]; then configure_args+=" --with-boost-unit-test-framework=no"