From f9c7a4929026f323015436eba7501e2246904c29 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Tue, 24 Dec 2024 18:11:42 +0000 Subject: [PATCH] bump(main/pari): 2.17.1 This commit has been automatically submitted by Github Actions. --- packages/pari/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pari/build.sh b/packages/pari/build.sh index 77f0a1c8cbae4e..89bea7adb0463e 100644 --- a/packages/pari/build.sh +++ b/packages/pari/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://pari.math.u-bordeaux.fr/ TERMUX_PKG_DESCRIPTION="A computer algebra system designed for fast computations in number theory" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="2.17.0" +TERMUX_PKG_VERSION="2.17.1" TERMUX_PKG_SRCURL=https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=e723e7cef18d08c6ece2283af9a9b4d56077c22b4fce998faaa588d389b1aea8 +TERMUX_PKG_SHA256=67ba6f3071233725258541e4f174b5efbc64c65ae5115bade9edfc45f1fde5dc TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="gzip, libgmp, readline" TERMUX_PKG_BUILD_IN_SRC=true