diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-12 12:46:18 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-12 12:46:18 +0000 |
commit | aae0998fb8e4090eb87b91204a26fb99031508a5 (patch) | |
tree | fb0fd93b19299f636bd39ac390ebef8bdbe29c53 | |
parent | 473cb9135da3635f6bcc8056d1c5d9e30f1f2119 (diff) | |
download | aports-aae0998fb8e4090eb87b91204a26fb99031508a5.tar.bz2 aports-aae0998fb8e4090eb87b91204a26fb99031508a5.tar.xz |
community/py-argh: moved from testing. Upgraded to 0.26.2
-rw-r--r-- | community/py-argh/APKBUILD (renamed from testing/py-argh/APKBUILD) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-argh/APKBUILD b/community/py-argh/APKBUILD index 56a3ff9450..8d087f6a61 100644 --- a/testing/py-argh/APKBUILD +++ b/community/py-argh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-argh _pkgname=argh -pkgver=0.26.0 +pkgver=0.26.2 pkgrel=0 pkgdesc="A Python argparse wrapper" url="http://github.com/neithere/argh/" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="959295a612a9cdad9236df7614b259ef argh-0.26.0.tar.gz" -sha256sums="3417619f76d18cbb2d19fae4ad27a8ecf1432b22fdf8834df77cf1a1c86716a4 argh-0.26.0.tar.gz" -sha512sums="be6c52b6e7b438152c145e9ce303f7ba9d44713cb0c68b2526ea725a99522f848c8afceded43da889e335656bc38f69bc4cb1dc7cb39ae238eda55083c9e9076 argh-0.26.0.tar.gz" +md5sums="edda25f3f0164a963dd89c0e3c619973 argh-0.26.2.tar.gz" +sha256sums="e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 argh-0.26.2.tar.gz" +sha512sums="90382900d5cec9629dacb4459a2c9491d1425b66fa3f90d7cbf511dec846a99dbb9424f3e08f0c006da48fbf9c067078705be70b314700541fd800630e4b1707 argh-0.26.2.tar.gz" |