Browse Source
perl/perl-CryptX: Updated for version 0.084.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
pyllyukko
11 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
perl/perl-CryptX/perl-CryptX.SlackBuild
-
perl/perl-CryptX/perl-CryptX.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=perl-CryptX |
|
|
|
VERSION=${VERSION:-0.082} |
|
|
|
VERSION=${VERSION:-0.084} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="perl-CryptX" |
|
|
|
VERSION="0.082" |
|
|
|
VERSION="0.084" |
|
|
|
HOMEPAGE="https://metacpan.org/pod/CryptX" |
|
|
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MIK/CryptX-0.082.tar.gz" |
|
|
|
MD5SUM="24fb2445367063b21c6aee9cadd5f0eb" |
|
|
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MIK/CryptX-0.084.tar.gz" |
|
|
|
MD5SUM="9fb6d6f477e7f33571a2782d0ef2b86b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="perl-Math-BigInt" |
|
|
|