diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-04-16 16:05:05 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-05-09 07:40:24 +0000 |
commit | 03a1c3848de5cc1c1fe12e0e5b2586e0af4fc5bc (patch) | |
tree | 026c1dc3e68803a81ba20a488dae5630b07bfe07 | |
parent | 02fda01e8faa96086a83c7cd01711e6daba17d3a (diff) | |
download | aports-03a1c3848de5cc1c1fe12e0e5b2586e0af4fc5bc.tar.bz2 aports-03a1c3848de5cc1c1fe12e0e5b2586e0af4fc5bc.tar.xz |
testing/py-twisted-conch: upgrade to 15.1.0
-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 6fb226812a..997c9fa643 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=13.1.0 +pkgver=15.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="c9315e62f0faef8076c67e52a461bfca TwistedConch-13.1.0.tar.bz2" -sha256sums="570f961d23ef30bf4e3f8629dcc22731fdfe495ce78e8ae6cef7dc9c48d7d89f TwistedConch-13.1.0.tar.bz2" -sha512sums="1d8054056248fdb3fc2e2e34ad4cbf7c7866af23989961321bc9b9c438133e9373e5902ad7d2ad88a6e7aa130a7b196ec727df24ad85681a1dc2cdbe4defb3db TwistedConch-13.1.0.tar.bz2" +md5sums="73c9c432b614655d6dcf5db4c00e632f TwistedConch-15.1.0.tar.bz2" +sha256sums="51dc4d3ab3f13e64a196046e3d722689f87c586f3ebe42e287c2063fdd48bb4c TwistedConch-15.1.0.tar.bz2" +sha512sums="912d9a288fcc6bb3e8babee75325ea7a384e364d227f0629bbb5af8c813cff75dbeb38755d2f0eb5bd5ac243c45c4ed5f1c9e01bf0d693b027adeeef59ebd691 TwistedConch-15.1.0.tar.bz2" |