perl/perl-IO-Socket-SSL: Updated for version 2.067.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-02-19 20:55:53 +07:00
parent 7f5a771bef
commit b5af151d6c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for perl-IO-Socket-SSL
# Copyright 2009-2012 Marco Bonetti <sid77@slackware.it>
# Copyright 2015-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-IO-Socket-SSL
VERSION=${VERSION:-2.066}
VERSION=${VERSION:-2.067}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-IO-Socket-SSL"
VERSION="2.066"
VERSION="2.067"
HOMEPAGE="https://metacpan.org/pod/IO::Socket::SSL"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.066.tar.gz"
MD5SUM="ecf96ce2ff9e04a03a2d101c76ce1020"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.067.tar.gz"
MD5SUM="1d55e9f66ca442f4e0ae4d018e3067fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Net-SSLeay perl-Net-LibIDN"