perl/perl-Pegex: Updated for version 0.70.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-11-17 11:36:22 +01:00 committed by Willy Sudiarto Raharjo
parent abb91a14a4
commit ab27ba210a
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
# Slackware build script for perl-Pegex
# Copyright 2015 Glenn Becker <glenn.becker@gmail.com> Arlington, MA USA
# Copyright 2017-2018 Andreas Guldstrand.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Pegex
VERSION=${VERSION:-0.67}
VERSION=${VERSION:-0.70}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Pegex"
VERSION="0.67"
VERSION="0.70"
HOMEPAGE="https://metacpan.org/pod/Pegex"
DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IN/INGY/Pegex-0.67.tar.gz"
MD5SUM="aa3462a59eccbcc216870e112c05a2eb"
DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IN/INGY/Pegex-0.70.tar.gz"
MD5SUM="f20585fa4d982ef7031828b33d8cde76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-File-ShareDir-Install perl-YAML-LibYAML"