perl/perl-Text-CSV: Updated for version 1.99.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
parent
e7e8e9097f
commit
612c2cc160
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for perl-Text-CSV
|
||||
|
||||
# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2017 Andreas Guldstrand
|
||||
# Copyright 2017-2019 Andreas Guldstrand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Text-CSV
|
||||
VERSION=${VERSION:-1.97}
|
||||
VERSION=${VERSION:-1.99}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Text-CSV"
|
||||
VERSION="1.97"
|
||||
VERSION="1.99"
|
||||
HOMEPAGE="https://metacpan.org/pod/Text::CSV"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz"
|
||||
MD5SUM="06e9ff3c867fa5ba7f8793ae06ea73ac"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-1.99.tar.gz"
|
||||
MD5SUM="f2d01a8a9d217dcc9dbe17be195898e3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue