perl/perl-Sidef: Updated for version 22.12.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2023-01-28 09:06:08 +00:00 committed by Willy Sudiarto Raharjo
parent b656267cf6
commit 66ed7e54ad
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 13 additions and 6 deletions

View file

@ -1,8 +1,15 @@
perl-Sidef (A modern object-oriented programming language).
perl::Sidef (A modern object-oriented programming language).
Sidef is a modern object-oriented programming language, implemented
in Perl.
More about Sidef language: http://trizen.gitbooks.io/sidef-lang/
Optional dependencies: perl-Math-BigInt, perl-Math-BigInt-GMP.
Optional dependencies:
perl-Math-BigInt
perl-Math-BigInt-GMP
Recommends:
Term-ReadLine-Gnu

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Sidef
VERSION=${VERSION:-3.99}
VERSION=${VERSION:-22.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Sidef"
VERSION="3.99"
VERSION="22.12"
HOMEPAGE="https://github.com/trizen/sidef"
DOWNLOAD="https://github.com/trizen/sidef/archive/3.99/sidef-3.99.tar.gz"
MD5SUM="f068d6e22ff9b8eea3beec86c8af0681"
DOWNLOAD="https://github.com/trizen/sidef/archive/22.12/sidef-22.12.tar.gz"
MD5SUM="0c8a019bb9a4f0c75a4e28ef28525731"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-Module-Build perl-Math-MPC perl-Math-Prime-Util-GMP perl-Algorithm-Combinatorics perl-Algorithm-Loops perl-Math-Prime-Util"