From ac67a159694b00bb48d63f6ad5bd1cd54569a708 Mon Sep 17 00:00:00 2001 From: Duncan Bellamy Date: Sun, 18 Aug 2024 06:27:01 +0000 Subject: [PATCH] community/py3-asyncssh: upgrade to 2.16.0 --- community/py3-asyncssh/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-asyncssh/APKBUILD b/community/py3-asyncssh/APKBUILD index c1129a3f899..21a6043f603 100644 --- a/community/py3-asyncssh/APKBUILD +++ b/community/py3-asyncssh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy pkgname=py3-asyncssh _relname=${pkgname#"py3-"} -pkgver=2.15.0 +pkgver=2.16.0 pkgrel=0 pkgdesc="provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework" url="https://asyncssh.readthedocs.io/en/latest/" @@ -39,5 +39,5 @@ package() { } sha512sums=" -51f43bfcf27dadd9e79d7b306b11f6dc196d2de65a60663aa6e59f1b1246a6467a6324209bfb0607a9d2902ef8dde51cd172f9e32e36168954c67b8fcd7e1dd6 asyncssh-2.15.0.tar.gz +d47a0450709e48cc781f03dc2fc1f153f4fd59bce59354085ff36ef3af37223071566136d5a48211024db41400e7b82b918921942d8f5df203b98275e6fd460a asyncssh-2.16.0.tar.gz "