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:
Andrew Clemons 2021-08-25 21:55:38 +12:00 committed by Willy Sudiarto Raharjo
parent 25eff57c45
commit e0ad6abaac
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"