diff options
Diffstat (limited to 'source/d/perl/perl.SlackBuild')
-rwxr-xr-x | source/d/perl/perl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild index c0fb8bd5..76ffadaf 100755 --- a/source/d/perl/perl.SlackBuild +++ b/source/d/perl/perl.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=perl -VERSION=5.30.0 +VERSION=5.30.1 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -70,7 +70,7 @@ TERMREADKEY=2.38 # https://metacpan.org/release/URI URI=1.76 # https://metacpan.org/release/XML-Parser -XMLPARSER=2.44 +XMLPARSER=2.46 # https://metacpan.org/release/XML-Simple XMLSIMPLE=2.25 # https://metacpan.org/release/Authen-SASL |