git » python-tornado.git » commit 365362d

Update python{,2}-tornado to 2.2.1-1

author Kaiting Chen
2012-05-10 01:12:55 UTC
committer Kaiting Chen
2012-05-10 01:12:55 UTC
parent 532ee9366557357dd02de9ab8bdc74ec8e2aa5f2

Update python{,2}-tornado to 2.2.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index db0b942..7749d33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=2.2
+pkgver=2.2.1
 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=('0b2c9d822e213d7ea2b7ebebca357623')
+md5sums=('ad8d943262bff57ef1b8f7b6d502ba04')
 
 build() {
   cp -r tornado-${pkgver} python2-tornado-${pkgver}