mod_wsgi: updated to 3.5.
This commit is contained in:
parent
b840274ce0
commit
7cfa1e2680
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'mod_wsgi'
|
||||
pkgname=mod_wsgi
|
||||
version=3.4
|
||||
revision=3
|
||||
version=3.5
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
makedepends="apache-devel python-devel"
|
||||
short_desc="Python WSGI adapter module for Apache"
|
||||
homepage="https://code.google.com/p/modwsgi/"
|
||||
homepage="https://modwsgi.org"
|
||||
license="APL-2.0"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8
|
||||
distfiles="https://github.com/GrahamDumpleton/$pkgname/archive/$version.tar.gz"
|
||||
checksum=f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93
|
Loading…
Reference in a new issue