python-Flask: update to 0.12.1 (#6068)
This commit is contained in:
parent
43cea14c8d
commit
d56fc831aa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Flask'
|
# Template file for 'python-Flask'
|
||||||
pkgname=python-Flask
|
pkgname=python-Flask
|
||||||
version=0.12
|
version=0.12.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
homepage="http://flask.pocoo.org"
|
homepage="http://flask.pocoo.org"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
|
||||||
checksum=93e803cdbe326a61ebd5c5d353959397c85f829bec610d59cb635c9f97d7ca8b
|
checksum=9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88
|
||||||
alternatives="flask:flask:/usr/bin/flask2"
|
alternatives="flask:flask:/usr/bin/flask2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue