mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-file-slurper: update for version 0.014
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2aedb87a1b
commit
5817895d32
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-file-slurper
|
||||
VERSION=${VERSION:-0.012}
|
||||
VERSION=${VERSION:-0.014}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-file-slurper"
|
||||
VERSION="0.012"
|
||||
VERSION="0.014"
|
||||
HOMEPAGE="https://metacpan.org/pod/File::Slurper"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz"
|
||||
MD5SUM="5742c63096392dfee50b8db314bcca18"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.014.tar.gz"
|
||||
MD5SUM="d43bc5f069035eff3b6b7c418b4cedc4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Test-Warnings"
|
||||
|
|
Loading…
Reference in a new issue