aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-13 17:52:15 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-17 18:14:19 +0700
commitd140198d9267a3360ca3e09595264350768a1225 (patch)
tree2dc62f9e801061ce7666c9181cd3668b8eb1716b /libraries
parenta444f7b4d77176b868b83fa920885033708f8c16 (diff)
libraries/libtommath: Updated for version 1.3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libtommath/libtommath.SlackBuild5
-rw-r--r--libraries/libtommath/libtommath.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/libraries/libtommath/libtommath.SlackBuild b/libraries/libtommath/libtommath.SlackBuild
index e0ce66b0dd37a..bc58c1234c5c4 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.
+# 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
@@ -15,7 +16,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libtommath
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,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 dc3dd8ff895f2..bc4324a109a59 100644
--- a/libraries/libtommath/libtommath.info
+++ b/libraries/libtommath/libtommath.info
@@ -1,8 +1,8 @@
PRGNAM="libtommath"
-VERSION="1.2.1"
+VERSION="1.3.0"
HOMEPAGE="http://libtom.net/"
-DOWNLOAD="https://github.com/libtom/libtommath/releases/download/v1.2.1/ltm-1.2.1.tar.xz"
-MD5SUM="2dca554c4f5b7ba735fa072f5c97bb94"
+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=""