diff options
Diffstat (limited to 'source/d')
-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 1f62fb33..48ec138f 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.28.2 +VERSION=5.30.0 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -80,7 +80,7 @@ MIMEBASE64=3.15 # https://metacpan.org/release/IO-Socket-SSL IOSOCKETSSL=2.066 # https://metacpan.org/release/Net-SSLeay -NETSSLEAY=1.85 +NETSSLEAY=1.88 # https://metacpan.org/release/libnet LIBNET=3.11 |