diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 18:30:20 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-09-28 09:40:08 +0000 |
commit | bdf261295fcc64222eb637f99dbc61113a92143a (patch) | |
tree | 146834582636742a8f701b626a6642e20ef63a04 /main/apache2-mod-wsgi | |
parent | cd14e1d11411f406e9e5e782d581abb7a2c71123 (diff) | |
download | aports-bdf261295fcc64222eb637f99dbc61113a92143a.tar.bz2 aports-bdf261295fcc64222eb637f99dbc61113a92143a.tar.xz |
main/apache2-mod-wsgi: upgrade to 4.6.7
Closes !134
Diffstat (limited to 'main/apache2-mod-wsgi')
-rw-r--r-- | main/apache2-mod-wsgi/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/apache2-mod-wsgi/APKBUILD b/main/apache2-mod-wsgi/APKBUILD index 86252f2f0f..474d90436b 100644 --- a/main/apache2-mod-wsgi/APKBUILD +++ b/main/apache2-mod-wsgi/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=apache2-mod-wsgi _realname=mod_wsgi -pkgver=4.6.5 +pkgver=4.6.7 pkgrel=0 pkgdesc="Python WSGI Module for Apache2" url="https://github.com/GrahamDumpleton/mod_wsgi" arch="all" license="Apache-2.0" -depends="apache2 python2" -makedepends=" apache2-dev python2-dev" +depends="apache2 python3" +makedepends="apache2-dev python3-dev" options="!check" # no tests provided subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/mod_wsgi/archive/$pkgver.tar.gz @@ -21,7 +21,7 @@ build() { CFLAGS="" CXXFLAGS="" CPPFLAGS="" \ ./configure --prefix=/usr \ --with-apxs=/usr/bin/apxs \ - --with-python=/usr/bin/python2 + --with-python=/usr/bin/python3 make } @@ -34,5 +34,5 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/LICENSE } -sha512sums="5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044 apache2-mod-wsgi-4.6.5.tar.gz +sha512sums="8a85ea6ef9c1dff3906dd6bd1b19c412f73f0b8d1c9e42520428a3652dc31a5eee6427dd4276ec351eabc5f2df62a261ae60921630db138d71aaab78cf864f40 apache2-mod-wsgi-4.6.7.tar.gz 5b36a458bd3539e58ea61ec405c4f5c5e0001a644263b0e1f8421a5c7fc7884b6df1355674a9d9b610780b5e9db6ce66d0ae1bbc0e512ecb027c3757209152c8 apache2-mod-wsgi.apache2.conf" |