summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2023-01-28 09:06:08 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-04 07:19:48 +0700
commit66ed7e54ad1afefe256648dd863759564b5a0279 (patch)
tree4838cdc9c8b8c847c77a8ae03d8ff74a38d38992 /perl
parentb656267cf6ac50f3debf8d15b086f061b8a7e269 (diff)
downloadslackbuilds-66ed7e54ad1afefe256648dd863759564b5a0279.tar.gz
slackbuilds-66ed7e54ad1afefe256648dd863759564b5a0279.tar.xz
perl/perl-Sidef: Updated for version 22.12.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Sidef/README11
-rw-r--r--perl/perl-Sidef/perl-Sidef.SlackBuild2
-rw-r--r--perl/perl-Sidef/perl-Sidef.info6
3 files changed, 13 insertions, 6 deletions
diff --git a/perl/perl-Sidef/README b/perl/perl-Sidef/README
index e0550fefd3..4cc079eacd 100644
--- a/perl/perl-Sidef/README
+++ b/perl/perl-Sidef/README
@@ -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
diff --git a/perl/perl-Sidef/perl-Sidef.SlackBuild b/perl/perl-Sidef/perl-Sidef.SlackBuild
index 7b869d763c..75ea09e860 100644
--- a/perl/perl-Sidef/perl-Sidef.SlackBuild
+++ b/perl/perl-Sidef/perl-Sidef.SlackBuild
@@ -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}
diff --git a/perl/perl-Sidef/perl-Sidef.info b/perl/perl-Sidef/perl-Sidef.info
index 79b73852fe..eb850094ea 100644
--- a/perl/perl-Sidef/perl-Sidef.info
+++ b/perl/perl-Sidef/perl-Sidef.info
@@ -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"