perl/perl-tree-dagnode: Updated for version 1.27.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c3141ab64c
commit
c8e427a946
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for perl-tree-dagnode
|
# 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>
|
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -23,7 +26,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=perl-tree-dagnode
|
PRGNAM=perl-tree-dagnode
|
||||||
VERSION=${VERSION:-1.26}
|
VERSION=${VERSION:-1.27}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-tree-dagnode"
|
PRGNAM="perl-tree-dagnode"
|
||||||
VERSION="1.26"
|
VERSION="1.27"
|
||||||
HOMEPAGE="https://metacpan.org/pod/Tree::DAG_Node"
|
HOMEPAGE="https://metacpan.org/pod/Tree::DAG_Node"
|
||||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-1.26.tgz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-1.27.tgz"
|
||||||
MD5SUM="c6c0056982a5642b343288264d3a7d75"
|
MD5SUM="6697c3e746a146e74ae2ba1727608200"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-Slurp-Tiny"
|
REQUIRES="perl-Slurp-Tiny"
|
||||||
|
|
Loading…
Reference in New Issue