Date: Friday, April 2, 2010 @ 19:17:55 Author: giovanni Revision: 75750
upgpkg: mod_wsgi 3.2-1 upstream release Modified: mod_wsgi/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-02 23:12:10 UTC (rev 75749) +++ PKGBUILD 2010-04-02 23:17:55 UTC (rev 75750) @@ -1,9 +1,9 @@ -# $Id: $ +# $Id$ # Maintainer: Andrea Scarpino <[email protected]> # Contributor: Ryan Coyner <[email protected]> pkgname=mod_wsgi -pkgver=3.1 +pkgver=3.2 pkgrel=1 pkgdesc="Python WSGI adapter module for Apache" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('apache' 'python') install=$pkgname.install source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('f9aabdcd7a3f66a2319d10793477f9e9') +md5sums=('7e4f7f443f562f21f61d1bd06defa1d8') build() { cd ${srcdir}/${pkgname}-${pkgver} Property changes on: mod_wsgi/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
