diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-06-30 00:20:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:42:08 +0700 |
commit | dc2d9c09ae4167c87b760453ecc61bc234c9983d (patch) | |
tree | cfc3a9dc1d2686ab7e956f24e4f15ffa77353681 | |
parent | 10d68f001942ef36a92afa078e7501899e9e7cfd (diff) | |
download | slackbuilds-dc2d9c09ae4167c87b760453ecc61bc234c9983d.tar.gz |
perl/perlbrew: Updated for version 0.80.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
-rw-r--r-- | perl/perlbrew/perlbrew.SlackBuild | 2 | ||||
-rw-r--r-- | perl/perlbrew/perlbrew.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perl/perlbrew/perlbrew.SlackBuild b/perl/perlbrew/perlbrew.SlackBuild index 7102314419..44e43f62d1 100644 --- a/perl/perlbrew/perlbrew.SlackBuild +++ b/perl/perlbrew/perlbrew.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perlbrew -VERSION=${VERSION:-0.78} +VERSION=${VERSION:-0.80} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/perl/perlbrew/perlbrew.info b/perl/perlbrew/perlbrew.info index aecad81a5f..659565282f 100644 --- a/perl/perlbrew/perlbrew.info +++ b/perl/perlbrew/perlbrew.info @@ -1,8 +1,8 @@ PRGNAM="perlbrew" -VERSION="0.78" +VERSION="0.80" HOMEPAGE="https://perlbrew.pl/" -DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/App-perlbrew-0.78.tar.gz" -MD5SUM="c6d1d143175526eb0afda25267efdcc3" +DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/App-perlbrew-0.80.tar.gz" +MD5SUM="d7fb4c05564b9cf1e69ede1f2a51b38c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-CPAN-Perl-Releases perl-Capture-Tiny perl-Devel-PatchPerl perl-IO-All perl-Path-Class perl-Test-Exception perl-Test-NoWarnings perl-Test-Output perl-Test-Spec perl-local-lib" |