mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Crypt-Blowfish: Updated for version 2.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d6532b213b
commit
5a3fb982e9
3 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
Perl Blowfish encryption module.
|
||||
|
||||
Blowfish is capable of strong encryption and can use key sizes up to 56 bytes
|
||||
(a 448 bit key).
|
||||
Blowfish is capable of strong encryption and can use key sizes
|
||||
up to 56 bytes (a 448 bit key).
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Crypt-Blowfish
|
||||
VERSION=${VERSION:-2.12}
|
||||
VERSION=${VERSION:-2.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Crypt-Blowfish"
|
||||
VERSION="2.12"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Crypt-Blowfish-2.12/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.12.tar.gz"
|
||||
MD5SUM="a0eca17addc8bdaf38c044c365a8800c"
|
||||
VERSION="2.14"
|
||||
HOMEPAGE="http://search.cpan.org/~dparis/Crypt-Blowfish-2.14/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.14.tar.gz"
|
||||
MD5SUM="792b43cd4e49d2c2cf4a9f6990ff7d1b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue