virtualenvwrapper: update to 4.5.1
This commit is contained in:
parent
eddb225ee0
commit
1205fa6cd8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'virtualenvwrapper'
|
# Template file for 'virtualenvwrapper'
|
||||||
pkgname=virtualenvwrapper
|
pkgname=virtualenvwrapper
|
||||||
version=4.5.0
|
version=4.5.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="${pkgname}-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://virtualenvwrapper.readthedocs.org/"
|
homepage="http://virtualenvwrapper.readthedocs.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4f04f13543b03e9f8a634c8b31d7ae458c7c851e1ab459ad86a9d65267f2d955
|
checksum=ac0b09ce7409ec9d5b8ec90d073641b86bbafc3161f844347b89cc25b2e3a3d9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue