From 4a655eae60dd8ac359cb63c4ead1e96003698e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 9 Oct 2023 18:08:53 -0300 Subject: [PATCH] singular: update to 4.3.2p9. --- srcpkgs/singular/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/singular/template b/srcpkgs/singular/template index 036e19d470354..96ff3e3967e01 100644 --- a/srcpkgs/singular/template +++ b/srcpkgs/singular/template @@ -1,6 +1,6 @@ # Template file for 'singular' pkgname=singular -version=4.3.2p7 +version=4.3.2p9 revision=1 _majver=${version%p*} build_style=gnu-configure @@ -20,7 +20,7 @@ maintainer="dkwo " license="GPL-2.0-or-later" homepage="https://www.singular.uni-kl.de" distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz" -checksum=aad23c30066b7fbc011138a98d60532565d76a847eec6bf2938410d93b272ca3 +checksum=f3201c348291e4352979d4ff612f37bf8b3f6b72dedde5d1f293bab3f5b22ee1 if [ -z "$CROSS_BUILD" ]; then makedepends+=" ntl-devel"