perl/perl-Crypt-OpenSSL-RSA: Updated for version 0.28.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2011-10-20 06:12:44 -05:00 committed by Niels Horn
parent a5b6fc1b1c
commit 2921592736
3 changed files with 8 additions and 10 deletions

View file

@ -1,4 +1,4 @@
perl-Crypt-OpenSSL-RSA provides perl modules for RSA encoding and decoding,
using the openSSL libraries.
This requires perl-Crypt-OpenSSL-Random.
perl-Crypt-OpenSSL-RSA is required for perl-mail-dkim package.

View file

@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Crypt::OpenSSL::RSA
# Home Page http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
# Redistribution and use of this script, with or without modification, is
@ -26,18 +26,16 @@
#
# Modified by the SlackBuilds.org project.
SRCNAM=Crypt-OpenSSL-RSA
PRGNAM=perl-Crypt-OpenSSL-RSA
VERSION=0.26
SRCNAM="Crypt-OpenSSL-RSA"
PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-0.28}
TAG=${TAG:-_SBo}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Crypt-OpenSSL-RSA"
VERSION="0.26"
VERSION="0.28"
HOMEPAGE="http://search.cpan.org/dist/Crypt-OpenSSL-RSA/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-0.26.tar.gz"
MD5SUM="baf875f01ee39b88335b8f0962fe4bbc"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-0.28.tar.gz"
MD5SUM="86217a5036fc63779c30420b5fd84129"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"