diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-04-19 20:26:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-04-20 08:59:46 +0200 |
commit | 02c9bfff757559ec46bb1fdc183f160777c8117c (patch) | |
tree | 60c13f091553169270cc09accd734566d2496530 /source/d/perl | |
parent | e2bd8d238343cb913b44c1fa7bf662b7135afeb5 (diff) | |
download | current-02c9bfff757559ec46bb1fdc183f160777c8117c.tar.gz current-02c9bfff757559ec46bb1fdc183f160777c8117c.tar.xz |
Fri Apr 19 20:26:12 UTC 201920190419202612
d/perl-5.28.2-x86_64-1.txz: Upgraded.
Modules upgraded:
DBD-mysql-4.050, IO-Socket-SSL-2.066, TermReadKey-2.38, URI-1.76.
l/gst-plugins-base-1.16.0-x86_64-1.txz: Upgraded.
l/gst-plugins-good-1.16.0-x86_64-1.txz: Upgraded.
l/gst-plugins-libav-1.16.0-x86_64-1.txz: Upgraded.
l/gstreamer-1.16.0-x86_64-1.txz: Upgraded.
l/python-urllib3-1.24.2-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/gst-plugins-good-1.16.0-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/d/perl')
-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 a793b9f50..1f62fb338 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 |