git » python-tornado.git » commit 532ee93

bump

author Thomas Dziedzic
2012-01-30 19:47:32 UTC
committer Thomas Dziedzic
2012-01-30 19:47:32 UTC
parent d6adbfd87c5fc0199652f7ea2678b2bb15072906

bump

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9ffc9e6..db0b942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('any')
 url='http://www.tornadoweb.org/'
 license=('Apache')
 makedepends=('python-distribute' 'python2-distribute')
 source=("https://github.com/downloads/facebook/tornado/tornado-${pkgver}.tar.gz")
-md5sums=('3cfa12efec87a26e013128388e1e6aa7')
+md5sums=('0b2c9d822e213d7ea2b7ebebca357623')
 
 build() {
   cp -r tornado-${pkgver} python2-tornado-${pkgver}