From da8ab937c72d5b39ca665f68ceb77a4712932ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 2 Feb 2023 23:11:04 -0300 Subject: [PATCH] singular: update to 4.3.1p3. --- srcpkgs/singular/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/singular/template b/srcpkgs/singular/template index 2dc38af826be..c73a020dcf15 100644 --- a/srcpkgs/singular/template +++ b/srcpkgs/singular/template @@ -1,6 +1,6 @@ # Template file for 'singular' pkgname=singular -version=4.3.1p2 +version=4.3.1p3 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=95814bba0f0bd0290cd9799ec1d2ecc6f4c8a4e6429d9a02eb7f9c4e5649682a +checksum=66cfaeee7ab909272fd81050a09cae3ec115652a01adde014a5128a54b97397a if [ -z "$CROSS_BUILD" ]; then makedepends+=" ntl-devel"