From e11738213bcdc78c5031c2e8404fc2144ce46f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 30 Jan 2023 11:04:46 -0300 Subject: [PATCH] brial: update to 1.2.12. --- srcpkgs/brial/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/brial/template b/srcpkgs/brial/template index 8f988c1296c..2f8e195a880 100644 --- a/srcpkgs/brial/template +++ b/srcpkgs/brial/template @@ -1,6 +1,6 @@ # Template file for 'brial' pkgname=brial -version=1.2.11 +version=1.2.12 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -9,8 +9,9 @@ short_desc="BRiAl (Boolean Ring Algebra) is the successor to PolyBoRi" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" homepage="https://github.com/BRiAl/BRiAl" +changelog="https://github.com/BRiAl/BRiAl/releases" distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2" -checksum=6c0f622009dcd9928295d748226baa9cdc1a87c32552e13772fddf95bbb6f02c +checksum=ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494 if [ -n "$CROSS_BUILD" ]; then configure_args+=" --with-boost-unit-test-framework=no"