git » python-tornado.git » commit 4e1cb54

updated to 2.3

author Jelle van der Waa
2012-08-25 20:50:45 UTC
committer Jelle van der Waa
2012-08-25 20:50:45 UTC
parent 365362d586f63aa131e5646143bde03bedb0e997

updated to 2.3

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7749d33..bfd7ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=2.2.1
+pkgver=2.3
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('any')
@@ -9,7 +9,7 @@ url='http://www.tornadoweb.org/'
 license=('Apache')
 makedepends=('python-distribute' 'python2-distribute')
 source=("https://github.com/downloads/facebook/tornado/tornado-${pkgver}.tar.gz")
-md5sums=('ad8d943262bff57ef1b8f7b6d502ba04')
+md5sums=('810c3ecd425924fbf0aa1fa040f93ad1')
 
 build() {
   cp -r tornado-${pkgver} python2-tornado-${pkgver}