perl/perl-Sub-Quote: Updated for version 2.006003.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-16 00:33:13 +07:00
parent 8df620a496
commit d75434976e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Sub-Quote
# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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=perl-Sub-Quote
VERSION=${VERSION:-2.005001}
VERSION=${VERSION:-2.006003}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Sub-Quote"
VERSION="2.005001"
VERSION="2.006003"
HOMEPAGE="https://metacpan.org/pod/Sub::Quote"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.005001.tar.gz"
MD5SUM="1b0f288ca8c60243f9bc29cfee4c4986"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.006003.tar.gz"
MD5SUM="ca8ed234f10b822d18b1bfb9734797a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Fatal"