summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/perl/perl.SlackBuild12
-rw-r--r--source/d/perl/slack-desc2
-rwxr-xr-xsource/d/sassc/sassc.SlackBuild2
-rwxr-xr-xsource/d/subversion/subversion.SlackBuild2
4 files changed, 9 insertions, 9 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index 6b7899d49..01df02a19 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
-VERSION=5.32.1
-BUILD=${BUILD:-2}
+VERSION=5.34.0
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -68,7 +68,7 @@ GETTEXT=1.07
# https://metacpan.org/release/TermReadKey
TERMREADKEY=2.38
# https://metacpan.org/release/URI
-URI=5.06
+URI=5.09
# https://metacpan.org/release/XML-Parser
XMLPARSER=2.46
# https://metacpan.org/release/XML-Simple
@@ -78,7 +78,7 @@ AUTHENSASL=2.16
# https://metacpan.org/release/MIME-Base64
MIMEBASE64=3.16
# https://metacpan.org/release/IO-Socket-SSL
-IOSOCKETSSL=2.069
+IOSOCKETSSL=2.070
# https://metacpan.org/release/Net-SSLeay
NETSSLEAY=1.90
# https://metacpan.org/release/libnet
@@ -86,11 +86,11 @@ LIBNET=3.13
# https://metacpan.org/release/Parse-Yapp
PARSEYAPP=1.21
# https://metacpan.org/release/Path-Tiny (freecell-solver)
-PATHTINY=0.116
+PATHTINY=0.118
# https://metacpan.org/release/Template-Toolkit (freecell-solver)
TEMPLATETOOLKIT=3.009
# https://metacpan.org/release/Moo (freecell-solver)
-MOO=2.004004
+MOO=2.005004
# https://metacpan.org/pod/Module::Runtime (freecell-solver)
MODULERUNTIME=0.016
# https://metacpan.org/pod/Sub::Quote (freecell-solver)
diff --git a/source/d/perl/slack-desc b/source/d/perl/slack-desc
index cd05fa753..ebbe2956e 100644
--- a/source/d/perl/slack-desc
+++ b/source/d/perl/slack-desc
@@ -15,5 +15,5 @@ perl: information. It's also a good language for many system management
perl: tasks. The language is intended to be practical (easy to use,
perl: efficient, complete) rather than beautiful (tiny, elegant, minimal).
perl:
-perl: Homepage: http://www.perl.org
+perl: Homepage: https://www.perl.org
perl:
diff --git a/source/d/sassc/sassc.SlackBuild b/source/d/sassc/sassc.SlackBuild
index 4ef8bf237..f32a0c18b 100755
--- a/source/d/sassc/sassc.SlackBuild
+++ b/source/d/sassc/sassc.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sassc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/subversion/subversion.SlackBuild b/source/d/subversion/subversion.SlackBuild
index 8ccc268d4..a3d59afd6 100755
--- a/source/d/subversion/subversion.SlackBuild
+++ b/source/d/subversion/subversion.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=subversion
VERSION=${VERSION:-$(echo subversion-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then