summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Harting2017-07-15 07:37:57 +0200
committerGiovanni Harting2017-07-15 07:37:57 +0200
commit56bdcbee55b47869a3f712dfa15340a4301c77bc (patch)
tree8ceea49f355b3eeeb8fd94e76a64e920715438e4
parent8f59ad9acfbb2fc7fb16dea3b0070027ab7a8ff2 (diff)
downloadaur-56bdcbee55b47869a3f712dfa15340a4301c77bc.tar.gz
v0.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49b1f9fbbd72..7adee8151857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-net-ftpssl
pkgdesc = NET::FTPSSL perl module.
- pkgver = 0.35
+ pkgver = 0.38
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.35.tar.gz
- sha256sums = cab8ca7b7d954849d0bf9e26ee84ff2995cc69154c27a9d936be0cdeb7d70228
+ source = http://search.cpan.org/CPAN/authors/id/C/CL/CLEACH/Net-FTPSSL-0.38.tar.gz
+ sha256sums = 3220483144d1acfdef0722081d478863b4afcc63b49555d59b6dc3245ae93cd6
pkgname = perl-net-ftpssl
diff --git a/PKGBUILD b/PKGBUILD
index aea002214682..03e1c01354f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Contributor: Giovanni Harting <539 at idlegandalf dot com>
+# Maintainer: Giovanni Harting <539 at idlegandalf dot com>
+
pkgname=perl-net-ftpssl
-pkgver=0.35
+pkgver=0.38
pkgrel=1
pkgdesc='NET::FTPSSL perl module.'
_dist=Net-FTPSSL
@@ -10,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=('cab8ca7b7d954849d0bf9e26ee84ff2995cc69154c27a9d936be0cdeb7d70228')
+sha256sums=('3220483144d1acfdef0722081d478863b4afcc63b49555d59b6dc3245ae93cd6')
build() {
cd "$srcdir/$_dist-$pkgver"