diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-28 11:32:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-28 11:32:56 +0100 |
commit | 66023df0ada82a39c38794c7dd8d70243e2de047 (patch) | |
tree | c6316813c4d5641d15ed311abd167f54662110d6 /community/py-bottle | |
parent | a31fabd98caeaa0efe4b181dfc4b96f8cac11829 (diff) | |
download | aports-66023df0ada82a39c38794c7dd8d70243e2de047.tar.bz2 aports-66023df0ada82a39c38794c7dd8d70243e2de047.tar.xz |
community/py-bottle: upgrade to 0.12.13
Diffstat (limited to 'community/py-bottle')
-rw-r--r-- | community/py-bottle/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/py-bottle/APKBUILD b/community/py-bottle/APKBUILD index 43d54232e1..0bfbbdf043 100644 --- a/community/py-bottle/APKBUILD +++ b/community/py-bottle/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Paul Kilar <pkilar@gmail.com> pkgname=py-bottle _pkgname=bottle -pkgver=0.12.9 -pkgrel=1 +pkgver=0.12.13 +pkgrel=0 pkgdesc="A fast, simple and lightweight WSGI micro web-framework" url="http://bottlepy.org/" arch="noarch" @@ -43,6 +43,6 @@ _py3() { _py python3 } -md5sums="f5850258a86224a791171e8ecbb66d99 bottle-0.12.9.tar.gz" -sha256sums="fe0a24b59385596d02df7ae7845fe7d7135eea73799d03348aeb9f3771500051 bottle-0.12.9.tar.gz" -sha512sums="c11d3cb916a0912dcda953a25b9e3a4c6f8e68e31bbaba653f1cae0e12f6b6d827fcbc9d1dfbdb9af2e28276b0056a31fa863d3723a709911406f426d528840b bottle-0.12.9.tar.gz" +md5sums="d2fe1b48c1d49217e78bf326b1cad437 bottle-0.12.13.tar.gz" +sha256sums="39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355 bottle-0.12.13.tar.gz" +sha512sums="86d106eb08e0b736a85aa69871f2d1e23c1d6f71948b85718daf131002c53c000e092ffdfe5b36c60460473467a2ca2b5af19767344689ffe638245e6859a80b bottle-0.12.13.tar.gz" |