diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-01-29 19:15:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:19 +0700 |
commit | b2e634af617bf00b4a3fe26c8968c23eb8ff4be7 (patch) | |
tree | aa74e0748af059210a57178648438fa7b7f15ac4 /perl/perl-yaml | |
parent | 263456faded79c609ba6395c85ad6af0e75535f0 (diff) | |
download | slackbuilds-b2e634af617bf00b4a3fe26c8968c23eb8ff4be7.tar.gz |
perl/perl-yaml: Updated for version 1.21.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'perl/perl-yaml')
-rw-r--r-- | perl/perl-yaml/perl-yaml.SlackBuild | 6 | ||||
-rw-r--r-- | perl/perl-yaml/perl-yaml.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-yaml/perl-yaml.SlackBuild b/perl/perl-yaml/perl-yaml.SlackBuild index d190fb6d77..22519a5c5f 100644 --- a/perl/perl-yaml/perl-yaml.SlackBuild +++ b/perl/perl-yaml/perl-yaml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-yaml -# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=perl-yaml SRCNAM=YAML -VERSION=0.84 +VERSION=1.21 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,7 +50,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -echo "y" | perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make make install DESTDIR=$PKG diff --git a/perl/perl-yaml/perl-yaml.info b/perl/perl-yaml/perl-yaml.info index 431439263d..679083d6e7 100644 --- a/perl/perl-yaml/perl-yaml.info +++ b/perl/perl-yaml/perl-yaml.info @@ -1,8 +1,8 @@ PRGNAM="perl-yaml" -VERSION="0.84" +VERSION="1.21" HOMEPAGE="https://metacpan.org/pod/YAML" -DOWNLOAD="http://www.cpan.org/authors/id/M/MS/MSTROUT/YAML-0.84.tar.gz" -MD5SUM="3644f03e3da5d99158963c6613f5ff92" +DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-1.21.tar.gz" +MD5SUM="a2c85b8be2df7a01a23dfa7d05d91323" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |