[arch-commits] Commit in django/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Sep 9 04:17:31 UTC 2010


    Date: Thursday, September 9, 2010 @ 00:17:31
  Author: dan
Revision: 90197

verbump 1.2.2 security fix

Modified:
  django/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-08 20:36:47 UTC (rev 90196)
+++ PKGBUILD	2010-09-09 04:17:31 UTC (rev 90197)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=django
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="A high-level Python Web framework."
 arch=('any')
 license=('BSD')
@@ -17,8 +17,8 @@
             'python-psycopg2: for PostgreSQL backend'
             'python-pysqlite: for SQlite backend')
 source=("http://media.djangoproject.com/releases/1.2/Django-$pkgver.tar.gz")
-md5sums=('2351efb20f6b7b5d9ce80fa4cb1bd9ca')
-sha256sums=('eaa29f2344568cc871c4517a348de0d5c39fbd055b4c998cd4a80601bb51e7b9')
+md5sums=('9cdbf79a31988ace9ef2ab4ede890136')
+sha256sums=('803831781dbe9802de079c6735b7f5ecd7edf2ea8d91cb031e9b29c720d3d1ba')
 
 build() {
   cd ${srcdir}/Django-$pkgver




More information about the arch-commits mailing list