perl/perlbrew: Updated for version 0.85.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
parent
6b922d0585
commit
595dfd0493
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue