upgpkg: perl-net-ftpssl 0.42-1

upstream release
This commit is contained in:
2021-12-23 13:01:00 +01:00
parent 3b376d5fdf
commit fe5fdcb042
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = perl-net-ftpssl pkgbase = perl-net-ftpssl
pkgdesc = NET::FTPSSL perl module. pkgdesc = NET::FTPSSL perl module.
pkgver = 0.41 pkgver = 0.42
pkgrel = 1 pkgrel = 1
url = https://metacpan.org/release/Net-FTPSSL url = https://metacpan.org/release/Net-FTPSSL
arch = any arch = any
@@ -11,8 +11,7 @@ pkgbase = perl-net-ftpssl
depends = perl-io-socket-ssl depends = perl-io-socket-ssl
options = !emptydirs options = !emptydirs
options = purge options = purge
source = http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/Net-FTPSSL-0.41.tar.gz source = http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/Net-FTPSSL-0.42.tar.gz
sha256sums = da63355269c04428f3e810a6fdeecd8884180431fd02692a7cfbcbbc62d2a5c7 b2sums = 266b9502576b9054dd330182f636da62af54436f7d4844fecfc15840b66ec07215d29c02f70c745a70867bbd74b0aa28862a989c32f52be78ceb56aa86605f0a
pkgname = perl-net-ftpssl pkgname = perl-net-ftpssl

View File

@@ -1,7 +1,7 @@
# Maintainer: Giovanni Harting <539 at idlegandalf dot com> # Maintainer: Giovanni Harting <539 at idlegandalf dot com>
pkgname=perl-net-ftpssl pkgname=perl-net-ftpssl
pkgver=0.41 pkgver=0.42
pkgrel=1 pkgrel=1
pkgdesc='NET::FTPSSL perl module.' pkgdesc='NET::FTPSSL perl module.'
_dist=Net-FTPSSL _dist=Net-FTPSSL
@@ -11,7 +11,7 @@ license=('GPL' 'PerlArtistic')
depends=(perl perl-net-ssleay perl-io-socket-ssl) depends=(perl perl-net-ssleay perl-io-socket-ssl)
options=('!emptydirs' purge) options=('!emptydirs' purge)
source=("http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/$_dist-$pkgver.tar.gz") source=("http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/$_dist-$pkgver.tar.gz")
sha256sums=('da63355269c04428f3e810a6fdeecd8884180431fd02692a7cfbcbbc62d2a5c7') b2sums=('266b9502576b9054dd330182f636da62af54436f7d4844fecfc15840b66ec07215d29c02f70c745a70867bbd74b0aa28862a989c32f52be78ceb56aa86605f0a')
build() { build() {
cd "$srcdir/$_dist-$pkgver" cd "$srcdir/$_dist-$pkgver"