diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-01 10:04:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-01 10:04:12 +0000 |
commit | ab0e2bab6ed602c505e252eb2297833a74b11e6d (patch) | |
tree | 528a8f2ed0c7b6a60e15f66dd0efba1674577f31 /testing/py-django/APKBUILD | |
parent | 5c71a5c7d0a9eab4806f3a49cbf1bef215781dd5 (diff) | |
download | aports-ab0e2bab6ed602c505e252eb2297833a74b11e6d.tar.bz2 aports-ab0e2bab6ed602c505e252eb2297833a74b11e6d.tar.xz |
fixes #1372
Diffstat (limited to 'testing/py-django/APKBUILD')
-rw-r--r-- | testing/py-django/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-django/APKBUILD b/testing/py-django/APKBUILD index a48e7e5310..acdc18d265 100644 --- a/testing/py-django/APKBUILD +++ b/testing/py-django/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py-django _pkgname=Django -pkgver=1.2.5 -pkgrel=1 +pkgver=1.4.1 +pkgrel=0 pkgdesc="A high-level Python Web framework that encourages rapid development and clean, pragmatic design." url="http://djangoproject.com/" arch="noarch" @@ -26,4 +26,4 @@ package() { python setup.py install --root "$pkgdir" } -md5sums="e031ea3d00996035e49e4bfa86e07c40 Django-1.2.5.tar.gz" +md5sums="e345268dacff12876ae4e45de0a61b7d Django-1.4.1.tar.gz" |