python-Flask: update to 1.1.2.
This commit is contained in:
parent
1a9e109bd9
commit
5eb0e8958e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Flask'
|
# Template file for 'python-Flask'
|
||||||
pkgname=python-Flask
|
pkgname=python-Flask
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://flask.pocoo.org"
|
homepage="http://flask.pocoo.org"
|
||||||
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
|
||||||
checksum=13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52
|
checksum=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
|
||||||
alternatives="flask:flask:/usr/bin/flask2"
|
alternatives="flask:flask:/usr/bin/flask2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue