summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author D Woodfall2023-03-31 17:07:25 +0200
committer Willy Sudiarto Raharjo2023-04-01 04:14:16 +0200
commit63957d4244b9d690c3698c6b4bbbb522120c0efc (patch)
tree5bced004dc663cb840e88fdd09ec3b606e2cdee9
parentcce204a612f1d13e4a4c5bed796a0de86c524cbf (diff)
downloadslackbuilds-63957d4244b9d690c3698c6b4bbbb522120c0efc.tar.gz
perl/perl-Math-BigInt: Updated for version 1.999838. ARCH=noarch.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild11
-rw-r--r--perl/perl-Math-BigInt/perl-Math-BigInt.info8
2 files changed, 6 insertions, 13 deletions
diff --git a/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild b/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild
index ee9a66782d..510a834225 100644
--- a/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild
+++ b/perl/perl-Math-BigInt/perl-Math-BigInt.SlackBuild
@@ -25,20 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Math-BigInt
-VERSION=${VERSION:-1.999831}
+VERSION=${VERSION:-1.999838}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
diff --git a/perl/perl-Math-BigInt/perl-Math-BigInt.info b/perl/perl-Math-BigInt/perl-Math-BigInt.info
index 58488afc68..a6ac88034b 100644
--- a/perl/perl-Math-BigInt/perl-Math-BigInt.info
+++ b/perl/perl-Math-BigInt/perl-Math-BigInt.info
@@ -1,10 +1,10 @@
PRGNAM="perl-Math-BigInt"
-VERSION="1.999831"
+VERSION="1.999838"
HOMEPAGE="https://metacpan.org/pod/Math::BigInt"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-1.999831.tar.gz"
-MD5SUM="ab9890c60b1e634d135cb7c042fce561"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-1.999838.tar.gz"
+MD5SUM="cc803e6c4f1cfac5ad9fc53e4c279a5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Dave Woodfall"
+MAINTAINER="D Woodfall"
EMAIL="dave@slackbuilds.org"