summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2022-02-04 15:18:11 -0500
committerBuildTools2022-02-04 15:18:11 -0500
commit5f99696592d34449d5c70bdb19f50ff77e12b4e1 (patch)
tree0965016178c25b55695fd7492683bd79fe02cf39
parent0c9f19e5d79897d832e5711fef573217832f6c7b (diff)
downloadaur-5f99696592d34449d5c70bdb19f50ff77e12b4e1.tar.gz
1.93
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cc48824ef3e..4b95b3e42826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-net-sftp-foreign
pkgdesc = Perl SFTP client using the native SSH client application
- pkgver = 1.91
+ pkgver = 1.93
pkgrel = 1
url = http://search.cpan.org/~salva/Net-SFTP-Foreign
changelog = Changes
@@ -11,8 +11,7 @@ pkgbase = perl-net-sftp-foreign
optdepends = perl-file-which
optdepends = perl-sort-key
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-SFTP-Foreign-1.91.tar.gz
- sha256sums = b7395081314f26f3b93c857d65e9c80a04a63709df698583f22a360ffce7e178
+ source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-SFTP-Foreign-1.93.tar.gz
+ sha256sums = 6c7d64250876873da434800e5060a8bef7a46451d81f817e37e43cfda51a0f7a
pkgname = perl-net-sftp-foreign
-
diff --git a/PKGBUILD b/PKGBUILD
index bce6c2e57ba6..be222f13bdbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
pkgname=perl-net-sftp-foreign
-pkgver=1.91
+pkgver=1.93
pkgrel=1
pkgdesc="Perl SFTP client using the native SSH client application"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('perl-file-which' 'perl-sort-key')
options=('!emptydirs')
changelog=Changes
source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-SFTP-Foreign-${pkgver}.tar.gz")
-sha256sums=('b7395081314f26f3b93c857d65e9c80a04a63709df698583f22a360ffce7e178')
+sha256sums=('6c7d64250876873da434800e5060a8bef7a46451d81f817e37e43cfda51a0f7a')
build() {
cd "${srcdir}/Net-SFTP-Foreign-${pkgver}"