perl/perl-tree-dagnode: Updated for version 1.27.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Brenton Earl 2015-11-05 02:01:52 +07:00 committed by Willy Sudiarto Raharjo
parent c3141ab64c
commit c8e427a946
2 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
#!/bin/sh
# Slackware build script for perl-tree-dagnode
#
# Copyright 2015 Brenton Earl <brent@exitstatusone.com> Tooele, UT, USA
# All rights reserved.
#
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@ -23,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-tree-dagnode
VERSION=${VERSION:-1.26}
VERSION=${VERSION:-1.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="perl-tree-dagnode"
VERSION="1.26"
VERSION="1.27"
HOMEPAGE="https://metacpan.org/pod/Tree::DAG_Node"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-1.26.tgz"
MD5SUM="c6c0056982a5642b343288264d3a7d75"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-1.27.tgz"
MD5SUM="6697c3e746a146e74ae2ba1727608200"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Slurp-Tiny"