python-Werkzeug: update to 0.11.9.
This commit is contained in:
parent
dc2b74c8bf
commit
65369c22a7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Werkzeug'
|
||||
pkgname=python-Werkzeug
|
||||
version=0.11.8
|
||||
version=0.11.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -13,8 +13,8 @@ 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="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||
checksum=729730a25f43a29ac6a79f08384ea18a3a125d07079492e15c3b3c2a3f090c37
|
||||
distfiles="https://pypi.python.org/packages/0f/7c/b316cd9779817173e93f5cebc8fb387db33cc8dc526f3db5e61f2c008d5b/Werkzeug-${version}.tar.gz"
|
||||
checksum=837b71338794634c24713a79c3b9c287301433f2d18cd0adefcbcf885e60c8a1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue