mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/apache2-mod-wsgi: upgrade to 3.4
This commit is contained in:
parent
98f79460df
commit
b565b018e4
@ -2,8 +2,8 @@
|
||||
# Maintainer: Matt Smith <mcs@darkregion.net>
|
||||
pkgname=apache2-mod-wsgi
|
||||
_realname=mod_wsgi
|
||||
pkgver=3.3
|
||||
pkgrel=2
|
||||
pkgver=3.4
|
||||
pkgrel=0
|
||||
pkgdesc="Python WSGI Module for Apache2"
|
||||
url="http://code.google.com/p/modwsgi/"
|
||||
arch="all"
|
||||
@ -22,7 +22,7 @@ build() {
|
||||
cd "$_builddir"
|
||||
CFLAGS="" CXXFLAGS="" CPPFLAGS="" \
|
||||
./configure --prefix=/usr \
|
||||
--with-apxs=/usr/sbin/apxs \
|
||||
--with-apxs=/usr/bin/apxs \
|
||||
--with-python=/usr/bin/python || return 1
|
||||
make || return 1
|
||||
}
|
||||
@ -47,5 +47,9 @@ doc() {
|
||||
done
|
||||
}
|
||||
|
||||
md5sums="6172bb2bbabcd0c25867c2bc06f99dbb mod_wsgi-3.3.tar.gz
|
||||
md5sums="f42d69190ea0c337ef259cbe8d94d985 mod_wsgi-3.4.tar.gz
|
||||
e1795e051e7aae1f865fde0d3b86a507 apache2-mod-wsgi.apache2.conf"
|
||||
sha256sums="ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8 mod_wsgi-3.4.tar.gz
|
||||
8196a509f90fa10b9464d1c58f4a13d558259e863ccc2761ee1e2c2fcd323f45 apache2-mod-wsgi.apache2.conf"
|
||||
sha512sums="55b5a4fc4553f4a41fa064062c9f15800c493ff50397399ef053398920333b92290118fd920d1179d153b8602ec169c3919bec51f8f7f9f28223580dd01c472c mod_wsgi-3.4.tar.gz
|
||||
5b36a458bd3539e58ea61ec405c4f5c5e0001a644263b0e1f8421a5c7fc7884b6df1355674a9d9b610780b5e9db6ce66d0ae1bbc0e512ecb027c3757209152c8 apache2-mod-wsgi.apache2.conf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user