summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZachary Vance2022-05-23 13:36:41 -0400
committerZachary Vance2022-05-23 13:36:41 -0400
commitc9878e92f3bcda6540d313cf29b3cf139335287d (patch)
treebb546413866cf71a64345989fa58c3496a154c55 /PKGBUILD
parentf5222dc0d236d18bf4c449fd8bd3a918c67e4a14 (diff)
downloadaur-python2-paramiko.tar.gz
update to 2.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc0219d9fd28..7a7ed5a60535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Mario Danic <mario.danic@gmail.com>
pkgname=python2-paramiko
-pkgver=2.9.2
+pkgver=2.11.0
pkgrel=1
pkgdesc="Python module that implements the SSH2 protocol"
url="https://github.com/paramiko/paramiko/"
@@ -15,7 +15,7 @@ depends=('python2-bcrypt' 'python2-cryptography' 'python2-pynacl-git')
makedepends=('python2-setuptools')
#checkdepends=('python2-pytest-runner' 'python2-pytest' 'python2-pyasn1' 'python2-mock')
source=("$pkgname-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz")
-sha512sums=('5b0810358376e4a42ba38ffa4a713f104b122fd77d463a80937dd6dc529da70825d6741fec16f93071aefe4bbfa6f0dbdb2eabd125663c19ba4d35ac06ecfa90')
+sha512sums=('59e439bd54d83938f91d6c9888f2278bafa4ca48582939580bdabc6207dbe6dc856f6006ad26b7ec91b9d39e92ca70dc6270c6b5d4f77a5e1fa0ec8bd084d4b5')
# Check is disabled because it would involve maintaining at least 2 other python2 packages, both of which are neeeded ONLY by this check function.
# This package will be removed when fabric1 is ported to python3.