perl/perl-Crypt-OpenSSL-ECDSA: Updated for version 0.10.
Fix building against newer openssl in -current. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25eff57c45
commit
e0ad6abaac
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM="perl-Crypt-OpenSSL-ECDSA"
|
||||
VERSION=${VERSION:-0.08}
|
||||
VERSION=${VERSION:-0.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Crypt-OpenSSL-ECDSA"
|
||||
VERSION="0.08"
|
||||
VERSION="0.10"
|
||||
HOMEPAGE="https://metacpan.org/pod/Crypt::OpenSSL::ECDSA"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Crypt-OpenSSL-ECDSA-0.08.tar.gz"
|
||||
MD5SUM="4f2adbf2ec9cd2865b6d6cfd1defc3ee"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Crypt-OpenSSL-ECDSA-0.10.tar.gz"
|
||||
MD5SUM="182eb2eec5f490f416358d4271fe2237"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Crypt-OpenSSL-EC"
|
||||
|
|
Loading…
Reference in New Issue