summaryrefslogtreecommitdiffstats
path: root/perl-digest-hmac
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-10-15 17:20:27 +0000
committer Eric Hameleers <alien@slackware.com>2013-10-15 17:20:27 +0000
commitcd656607170a1c8972132373805fc4195e9a056b (patch)
treeba14aa82d7caeb09c41c0bc8dad4a692825232ba /perl-digest-hmac
parentecc1b9e7b91d0136ce366715f368143bec5ce8d8 (diff)
downloadasb-cd656607170a1c8972132373805fc4195e9a056b.tar.gz
asb-cd656607170a1c8972132373805fc4195e9a056b.tar.xz
Update to 1.03
Diffstat (limited to 'perl-digest-hmac')
-rwxr-xr-xperl-digest-hmac/build/perl-digest-hmac.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-digest-hmac/build/perl-digest-hmac.SlackBuild b/perl-digest-hmac/build/perl-digest-hmac.SlackBuild
index 7d05db9e..e83db2d2 100755
--- a/perl-digest-hmac/build/perl-digest-hmac.SlackBuild
+++ b/perl-digest-hmac/build/perl-digest-hmac.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.02-1: 26/Nov/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.03-1: 15/oct/2013 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh perl-digest-hmac.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
SRCNAM=Digest-HMAC
PRGNAM=perl-$(echo $SRCNAM |tr 'A-Z' 'a-z')
-VERSION=${VERSION:-1.02}
+VERSION=${VERSION:-1.03}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}