summaryrefslogtreecommitdiffstats
path: root/libraries/libtommath
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libtommath')
-rw-r--r--libraries/libtommath/libtommath.SlackBuild6
-rw-r--r--libraries/libtommath/libtommath.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/libraries/libtommath/libtommath.SlackBuild b/libraries/libtommath/libtommath.SlackBuild
index 893dddd3a3..bc58c1234c 100644
--- a/libraries/libtommath/libtommath.SlackBuild
+++ b/libraries/libtommath/libtommath.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240813 bkw: Updated for v1.3.0.
+# 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 +16,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libtommath
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -58,7 +60,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# hardcoded lib paths suck
-sed -i "s,/lib\$,&$LIBDIRSUFFIX," $PRGNAM.pc.in
+sed -i "s/,lib,/,lib$LIBDIRSUFFIX,/" makefile.shared
make -f makefile.shared LIBPATH=/usr/lib$LIBDIRSUFFIX
make -f makefile.shared install \
diff --git a/libraries/libtommath/libtommath.info b/libraries/libtommath/libtommath.info
index 11c0dce783..bc4324a109 100644
--- a/libraries/libtommath/libtommath.info
+++ b/libraries/libtommath/libtommath.info
@@ -1,8 +1,8 @@
PRGNAM="libtommath"
-VERSION="1.2.0"
+VERSION="1.3.0"
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.3.0/ltm-1.3.0.tar.xz"
+MD5SUM="59d7440e1f60719a1d3cc8c4f1df2d6b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""