diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/perl/perl.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild index a793b9f5..1f62fb33 100755 --- a/source/d/perl/perl.SlackBuild +++ b/source/d/perl/perl.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=perl -VERSION=5.28.1 +VERSION=5.28.2 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -60,15 +60,15 @@ PKG=$TMP/package-perl # https://metacpan.org/release/Devel-CheckLib DEVELCHECKLIB=1.13 # https://metacpan.org/release/DBD-mysql -DBDMYSQL=4.049 +DBDMYSQL=4.050 # https://metacpan.org/release/DBI DBI=1.642 # https://metacpan.org/release/gettext GETTEXT=1.07 # https://metacpan.org/release/TermReadKey -TERMREADKEY=2.37 +TERMREADKEY=2.38 # https://metacpan.org/release/URI -URI=1.74 +URI=1.76 # https://metacpan.org/release/XML-Parser XMLPARSER=2.44 # https://metacpan.org/release/XML-Simple @@ -78,7 +78,7 @@ AUTHENSASL=2.16 # https://metacpan.org/release/MIME-Base64 MIMEBASE64=3.15 # https://metacpan.org/release/IO-Socket-SSL -IOSOCKETSSL=2.060 +IOSOCKETSSL=2.066 # https://metacpan.org/release/Net-SSLeay NETSSLEAY=1.85 # https://metacpan.org/release/libnet |