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>
This commit is contained in:
D Woodfall 2023-03-31 16:07:25 +01:00 committed by Willy Sudiarto Raharjo
parent cce204a612
commit 63957d4244
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 13 deletions

View file

@ -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

View file

@ -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"