summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2024-03-16 03:39:37 +0100
committer Willy Sudiarto Raharjo2024-03-16 04:22:23 +0100
commit7520b6540d923e287c6cd2fcef32924ed5b7787d (patch)
tree27d6b57e2208e48d90313d41ac18124f63c08f6f
parentc6a634d9056b31828d4d8604b1cbf2132d89f569 (diff)
downloadslackbuilds-7520b6540d923e287c6cd2fcef32924ed5b7787d.tar.gz
libraries/libtommath: Updated for version 1.2.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libtommath/libtommath.SlackBuild3
-rw-r--r--libraries/libtommath/libtommath.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libtommath/libtommath.SlackBuild b/libraries/libtommath/libtommath.SlackBuild
index 893dddd3a3..e0ce66b0dd 100644
--- a/libraries/libtommath/libtommath.SlackBuild
+++ b/libraries/libtommath/libtommath.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240315 bkw: Updated for v1.2.1.
# 20191201 bkw: Updated for v1.2.0.
# 20170903 bkw: Updated for v1.0.1. Changes are incompatible with
# libtommath-1.0, use the previous version of this script if you need
@@ -14,7 +15,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libtommath
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/libraries/libtommath/libtommath.info b/libraries/libtommath/libtommath.info
index 11c0dce783..dc3dd8ff89 100644
--- a/libraries/libtommath/libtommath.info
+++ b/libraries/libtommath/libtommath.info
@@ -1,8 +1,8 @@
PRGNAM="libtommath"
-VERSION="1.2.0"
+VERSION="1.2.1"
HOMEPAGE="http://libtom.net/"
-DOWNLOAD="https://github.com/libtom/libtommath/releases/download/v1.2.0/ltm-1.2.0.tar.xz"
-MD5SUM="159523e41d528ce72a0ce4ac3eabe274"
+DOWNLOAD="https://github.com/libtom/libtommath/releases/download/v1.2.1/ltm-1.2.1.tar.xz"
+MD5SUM="2dca554c4f5b7ba735fa072f5c97bb94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""