diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-06-14 14:53:26 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-07-07 18:12:33 +0000 |
commit | 9115ad44b46bb83ffa106eb7946c7f936afb9245 (patch) | |
tree | 7c4be6376607caa85e130930710f3e7ea83bf41f /testing/py-bottle | |
parent | 0a594a05eed7857db78d1a7c72de2759c0ae6b96 (diff) | |
download | aports-9115ad44b46bb83ffa106eb7946c7f936afb9245.tar.bz2 aports-9115ad44b46bb83ffa106eb7946c7f936afb9245.tar.xz |
testing/py-bottle: upgrade to 0.12.7
Diffstat (limited to 'testing/py-bottle')
-rw-r--r-- | testing/py-bottle/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-bottle/APKBUILD b/testing/py-bottle/APKBUILD index 280f2c6819..6c61b5806a 100644 --- a/testing/py-bottle/APKBUILD +++ b/testing/py-bottle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Paul Kilar <pkilar@gmail.com> pkgname=py-bottle _pkgname=bottle -pkgver=0.12.4 +pkgver=0.12.7 pkgrel=0 pkgdesc="A fast, simple and lightweight WSGI micro web-framework" url="http://bottlepy.org/" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="638af3414f3d4ae0a79152916d373bae bottle-0.12.4.tar.gz" -sha256sums="a21f8bd82b7d3a556cc725d7ba047a79cf6bb7cc026775ebdf13d880ba0cec85 bottle-0.12.4.tar.gz" -sha512sums="220066a6f208966f7e1fbad29ef1c465a9c05abda812bc81c625c6a502a32c2e068ca08e3ae1d45b925c3f1ca52b4dca4628607c92586b1d6e5183139b9e872b bottle-0.12.4.tar.gz" +md5sums="ed0b83c9dbbdbde784e7c652d61c59f4 bottle-0.12.7.tar.gz" +sha256sums="e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073 bottle-0.12.7.tar.gz" +sha512sums="ef58c0ec3b09b237914a170aae59a577a59e579478cd5f1bcef9fe73a9d3a4776794263d6f7b60dd426629aec2987ee4c3f6b8fa0486a99879792c70e373fcbc bottle-0.12.7.tar.gz" |