perl/perl-YAML-Syck: Updated for version 1.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0db65f292b
commit
268aee4391
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for perl-YAML-Syck
|
||||
|
||||
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# 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-YAML-Syck
|
||||
VERSION=${VERSION:-1.31}
|
||||
VERSION=${VERSION:-1.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-YAML-Syck"
|
||||
VERSION="1.31"
|
||||
VERSION="1.32"
|
||||
HOMEPAGE="https://metacpan.org/pod/YAML::Syck"
|
||||
DOWNLOAD="http://cpan.metacpan.org/authors/id/T/TO/TODDR/YAML-Syck-1.31.tar.gz"
|
||||
MD5SUM="2394bccf64c01cdc796cd5227bba237f"
|
||||
DOWNLOAD="http://cpan.metacpan.org/authors/id/T/TO/TODDR/YAML-Syck-1.32.tar.gz"
|
||||
MD5SUM="4d76594ccb19541610f82779071695c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-yaml"
|
||||
|
|
Loading…
Reference in New Issue