python-Werkzeug: fix update-check/distfile
This commit is contained in:
parent
810769be78
commit
5deb5d4130
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ short_desc="The Swiss Army knife of Python web development (Python2)"
|
|||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
homepage="http://werkzeug.pocoo.org"
|
||||
license="3-clause-BSD"
|
||||
distfiles="https://pypi.python.org/packages/0f/7c/b316cd9779817173e93f5cebc8fb387db33cc8dc526f3db5e61f2c008d5b/Werkzeug-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||
checksum=837b71338794634c24713a79c3b9c287301433f2d18cd0adefcbcf885e60c8a1
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue