summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Harting2018-03-05 10:13:42 +0100
committerGiovanni Harting2018-03-05 10:13:42 +0100
commit1440366e5687458ed16834fc4c4c2aabb1243b22 (patch)
tree5da7cb98346222b020a9927fb8964ee3803a0bfc
parent09cbc73f081bb1a493cddbee63848c8d3481772f (diff)
downloadaur-1440366e5687458ed16834fc4c4c2aabb1243b22.tar.gz
v0.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07851b9eb6f4..ff5aec7e6dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-net-ftpssl
pkgdesc = NET::FTPSSL perl module.
- pkgver = 0.39
+ pkgver = 0.40
pkgrel = 1
url = https://metacpan.org/release/Net-FTPSSL
arch = any
@@ -11,8 +11,8 @@ pkgbase = perl-net-ftpssl
depends = perl-io-socket-ssl
options = !emptydirs
options = purge
- source = http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/Net-FTPSSL-0.39.tar.gz
- sha256sums = 7a24ae743d749947f374d339185104031db55d6177b537326561965cf382902f
+ source = http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/Net-FTPSSL-0.40.tar.gz
+ sha256sums = e85531366107a00701d39401384ea8d40528f68482ed59b68432edcf9f6f62eb
pkgname = perl-net-ftpssl
diff --git a/PKGBUILD b/PKGBUILD
index 50423eef38b6..20e9af1b9c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giovanni Harting <539 at idlegandalf dot com>
pkgname=perl-net-ftpssl
-pkgver=0.39
+pkgver=0.40
pkgrel=1
pkgdesc='NET::FTPSSL perl module.'
_dist=Net-FTPSSL
@@ -11,7 +11,7 @@ license=('GPL' 'PerlArtistic')
depends=(perl perl-net-ssleay perl-io-socket-ssl)
options=('!emptydirs' purge)
source=("http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/$_dist-$pkgver.tar.gz")
-sha256sums=('7a24ae743d749947f374d339185104031db55d6177b537326561965cf382902f')
+sha256sums=('e85531366107a00701d39401384ea8d40528f68482ed59b68432edcf9f6f62eb')
build() {
cd "$srcdir/$_dist-$pkgver"