summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-01-28 12:59:26 +0000
committer Eric Hameleers <alien@slackware.com>2013-01-28 12:59:26 +0000
commitcf2081a91d0c65eaf4851c7c5e8ead32285ec347 (patch)
tree42461993e119dbeb78f1d6b0c7bb28fe090c1d3d
parent6833d2a94c47ac0faec7a54e08ec524732e4f379 (diff)
downloadasb-cf2081a91d0c65eaf4851c7c5e8ead32285ec347.tar.gz
asb-cf2081a91d0c65eaf4851c7c5e8ead32285ec347.tar.xz
Updated to 1.31_04
-rwxr-xr-xperl-archive-zip/build/perl-archive-zip.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-archive-zip/build/perl-archive-zip.SlackBuild b/perl-archive-zip/build/perl-archive-zip.SlackBuild
index e02d08e4..540a5e38 100755
--- a/perl-archive-zip/build/perl-archive-zip.SlackBuild
+++ b/perl-archive-zip/build/perl-archive-zip.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 1.31_02-1: 13/may/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.31_04-1: 28/jan/2013 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh perl-archive-zip.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=perl-archive-zip
SRCNAM=Archive-Zip
-VERSION=${VERSION:-1.31_02}
+VERSION=${VERSION:-1.31_04}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}