summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2023-10-06 23:17:40 +0200
committerMassimiliano Torromeo2023-10-06 23:17:40 +0200
commitc882f97ac8ef953222416df2f0c8936943ad6b82 (patch)
treeca2c001d8c7ffae1d0d48e08715b78c4854bb484
parented1d16b8c7eb7e4484071d947eecc84eef00ef02 (diff)
downloadaur-c882f97ac8ef953222416df2f0c8936943ad6b82.tar.gz
Updated to 2.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9c477912851..c659cc6d05e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-asyncssh
pkgdesc = Asynchronous SSHv2 client and server library
- pkgver = 2.13.2
+ pkgver = 2.14.0
pkgrel = 1
url = http://asyncssh.readthedocs.org/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-asyncssh
makedepends = python-build
makedepends = python-installer
depends = python
- source = https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-2.13.2.tar.gz
- sha256sums = 991e531c4bb7dbec62b754878d96a3246338aac11a28ce3c3e99018fb2f5828c
+ source = https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-2.14.0.tar.gz
+ sha256sums = e03ef2d131fbb4371b4018718452ce8c735a48edfe0139d2abdce4c187a459c3
pkgname = python-asyncssh
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