diff options
-rw-r--r-- | testing/py-twisted-conch/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-twisted-conch/APKBUILD b/testing/py-twisted-conch/APKBUILD index 690aaad280..6fb226812a 100644 --- a/testing/py-twisted-conch/APKBUILD +++ b/testing/py-twisted-conch/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py-twisted-conch -pkgver=12.3.0 +pkgver=13.1.0 pkgrel=0 pkgdesc="SSH and SFTP protocol implementation together with clients and servers" url="http://twistedmatrix.com/trac/wiki/TwistedConch" @@ -31,6 +31,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="448f508394387c04492f5d29413a0a73 TwistedConch-12.3.0.tar.bz2" -sha256sums="5d53e9c26c64e31168121565efbfeb117fc11de8d85cc94bee3fc0a1d189e49b TwistedConch-12.3.0.tar.bz2" -sha512sums="724820896e6ad7b407a5c89b81cc9f4950b12907e67eaf30bad040274215b2cb637731c78fd20b45f60d73f07e40acc74b7c1aa006378f39559c8b0ad22dff66 TwistedConch-12.3.0.tar.bz2" +md5sums="c9315e62f0faef8076c67e52a461bfca TwistedConch-13.1.0.tar.bz2" +sha256sums="570f961d23ef30bf4e3f8629dcc22731fdfe495ce78e8ae6cef7dc9c48d7d89f TwistedConch-13.1.0.tar.bz2" +sha512sums="1d8054056248fdb3fc2e2e34ad4cbf7c7866af23989961321bc9b9c438133e9373e5902ad7d2ad88a6e7aa130a7b196ec727df24ad85681a1dc2cdbe4defb3db TwistedConch-13.1.0.tar.bz2" |