summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-02 10:08:33 -0400
committerGuillaume Horel2020-09-02 10:08:33 -0400
commite52efc6bebd6a688d80b9d07d87482569cc4e6ee (patch)
treee71a32ac51475e63617734d6e6332bc83b2c2a7a /PKGBUILD
parentc3b5519984721c1fa354e952ae4e147a4db0d381 (diff)
downloadaur-e52efc6bebd6a688d80b9d07d87482569cc4e6ee.tar.gz
bump to 2.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88a3bf247e33..45d4a1904f7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='python-paramiko-ng'
_pkgname='paramiko-ng'
-pkgver=2.8.2
+pkgver=2.8.4
pkgrel=1
pkgdesc="Python module that implements the SSH2 protocol"
provides=('python-paramiko')
@@ -18,7 +18,7 @@ makedepends=('python-setuptools')
depends=('python-bcrypt' 'python-cryptography' 'python-pyasn1' 'python-pynacl')
checkdepends=('python-mock' 'python-pytest')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/ploxiln/paramiko-ng/archive/$pkgver.tar.gz")
-sha256sums=('ecd54d73a7ac2945e5ab7764686cf86096c021323b80d5a261e2e6bee9e80f5b')
+sha256sums=('fe79422bcb9c69ab40d7ce94979af43a928264b97fbe1839a7241ff500cdf938')
check() {
cd "$srcdir/$_pkgname-$pkgver"