summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
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
commitb2e634af617bf00b4a3fe26c8968c23eb8ff4be7 (patch)
treeaa74e0748af059210a57178648438fa7b7f15ac4 /perl
parent263456faded79c609ba6395c85ad6af0e75535f0 (diff)
downloadslackbuilds-b2e634af617bf00b4a3fe26c8968c23eb8ff4be7.tar.gz
slackbuilds-b2e634af617bf00b4a3fe26c8968c23eb8ff4be7.tar.xz
perl/perl-yaml: Updated for version 1.21.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-yaml/perl-yaml.SlackBuild6
-rw-r--r--perl/perl-yaml/perl-yaml.info6
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=""