summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3358160ceba8..7106d2a6c24e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-asyncssh
-pkgver=2.13.2
+pkgver=2.14.0
pkgrel=1
pkgdesc="Asynchronous SSHv2 client and server library"
arch=(any)
@@ -10,7 +10,7 @@ license=('EPL')
depends=('python')
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer')
source=("https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-$pkgver.tar.gz")
-sha256sums=('991e531c4bb7dbec62b754878d96a3246338aac11a28ce3c3e99018fb2f5828c')
+sha256sums=('e03ef2d131fbb4371b4018718452ce8c735a48edfe0139d2abdce4c187a459c3')
build() {
cd "$srcdir"/asyncssh-$pkgver