mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
Merge pull request #6421 from pulux/python-Flask
python-Flask: update to 0.12.2
This commit is contained in:
commit
c611d7468f
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.1
|
version=0.12.2
|
||||||
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=9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88
|
checksum=49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1
|
||||||
alternatives="flask:flask:/usr/bin/flask2"
|
alternatives="flask:flask:/usr/bin/flask2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue