mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
Update perl-io-socket
This commit is contained in:
parent
5d7fc25faa
commit
24e6f0110a
@ -1,11 +1,12 @@
|
|||||||
# $Id: PKGBUILD 74527 2010-03-31 12:51:56Z giovanni $
|
#
|
||||||
# Maintainer: Kevin Piche <kevin@archlinux.org>
|
# Platform Packages for Chakra, part of chakra-project.org
|
||||||
# Contributor: Manolis Tzanidakis
|
#
|
||||||
# Contributor: Francois Charette <francois.archlinux.org>
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||||
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=perl-io-socket-ssl
|
pkgname=perl-io-socket-ssl
|
||||||
_cpanname=IO-Socket-SSL
|
_cpanname=IO-Socket-SSL
|
||||||
pkgver=1.33
|
pkgver=1.39
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
|
pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@ -14,7 +15,7 @@ url="http://search.cpan.org/dist/${_cpanname}/"
|
|||||||
depends=('perl-net-ssleay' 'perl>=5.10.0')
|
depends=('perl-net-ssleay' 'perl>=5.10.0')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
|
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
|
||||||
md5sums=('e288b5cda3de1f4cbf15e2eb709e9d7c')
|
md5sums=('776f36451970287c9b3c77e1d39dd7ed')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${_cpanname}-${pkgver}
|
cd ${srcdir}/${_cpanname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user