diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-12-18 08:43:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 08:44:25 +0700 |
commit | 595dfd049307b77bbf387abd2174dfad038be926 (patch) | |
tree | 24f5ec7202fa048a05085fb95bb6ac5099ef8d4a /perl | |
parent | 6b922d05858feecdb7b032279f2c4806b7e6128f (diff) | |
download | slackbuilds-595dfd049307b77bbf387abd2174dfad038be926.tar.gz |
perl/perlbrew: Updated for version 0.85.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perlbrew/perlbrew.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perlbrew/perlbrew.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perlbrew/perlbrew.SlackBuild b/perl/perlbrew/perlbrew.SlackBuild index d09aad68ff..0c07302c4d 100644 --- a/perl/perlbrew/perlbrew.SlackBuild +++ b/perl/perlbrew/perlbrew.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perlbrew -# Copyright 2016 Andreas Guldstrand. +# Copyright 2016-2018 Andreas Guldstrand. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perlbrew -VERSION=${VERSION:-0.84} +VERSION=${VERSION:-0.85} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/perl/perlbrew/perlbrew.info b/perl/perlbrew/perlbrew.info index ece97d3b9b..adc38b2033 100644 --- a/perl/perlbrew/perlbrew.info +++ b/perl/perlbrew/perlbrew.info @@ -1,8 +1,8 @@ PRGNAM="perlbrew" -VERSION="0.84" +VERSION="0.85" HOMEPAGE="https://perlbrew.pl/" -DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/App-perlbrew-0.84.tar.gz" -MD5SUM="a4e2e73bd7d09d5c748bf5cf0e0d8b3d" +DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/App-perlbrew-0.85.tar.gz" +MD5SUM="0a86d1393206c4a40efb74776f8794d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-CPAN-Perl-Releases perl-Capture-Tiny perl-Devel-PatchPerl perl-File-Which perl-Module-Build-Tiny perl-IO-All perl-Path-Class perl-Test-Exception perl-Test-NoWarnings perl-Test-Output perl-Test-Spec perl-Test-TempDir-Tiny perl-local-lib" |