mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Flask-Cors: update to 5.0.0.
This commit is contained in:
parent
fb8a711939
commit
afbaa22a22
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-Flask-Cors'
|
# Template file for 'python3-Flask-Cors'
|
||||||
pkgname=python3-Flask-Cors
|
pkgname=python3-Flask-Cors
|
||||||
version=4.0.0
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,8 +11,8 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/corydolphin/flask-cors"
|
homepage="https://github.com/corydolphin/flask-cors"
|
||||||
changelog="https://raw.githubusercontent.com/corydolphin/flask-cors/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/corydolphin/flask-cors/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/F/Flask-Cors/Flask-Cors-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/flask_cors/flask_cors-${version}.tar.gz"
|
||||||
checksum=f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0
|
checksum=5aadb4b950c4e93745034594d9f3ea6591f734bb3662e16e255ffbf5e89c88ef
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue