libraries/perl-digest-hmac: Updated for version 1.02

This commit is contained in:
LukenShiro 2010-05-13 00:32:41 +02:00 committed by David Somero
parent 7133f1729d
commit eee6da2375
2 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-digest-hmac
# Copyright 2008 LukenShiro <lukenshiro@ngi.it>
# Copyright 2008-2010 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,8 +24,8 @@
PRGNAM=perl-digest-hmac
SRC_PRGNAM=Digest-HMAC
VERSION=${VERSION:-1.01}
ARCH=noarch
VERSION=${VERSION:-1.02}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -34,7 +34,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCFILES="rfc2104.txt Changes README"
DOCFILES="Changes README"
set -e # Exit on most errors
@ -83,4 +83,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="perl-digest-hmac"
VERSION="1.01"
VERSION="1.02"
HOMEPAGE="http://search.cpan.org/dist/Digest-HMAC/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.01.tar.gz"
MD5SUM="32dc54c765100c638b5d7f7ff4c5c626"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.02.tar.gz"
MD5SUM="64c4b247d83cd64ec32aa22bf58a709b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="dsomero"