author | Felix Yan
<felixonmars@archlinux.org> 2013-06-17 02:32:21 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2013-06-17 02:32:21 UTC |
parent | 347b5f7ed54d110fd5484a528188c7d139a80983 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index ead36f0..690ec4a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Thomas Dziedzic < gostrc at gmail > pkgname=('python-tornado' 'python2-tornado') -pkgver=3.0.2 +pkgver=3.1.0 pkgrel=1 pkgdesc='open source version of the scalable, non-blocking web server and tools' arch=('any') @@ -42,4 +42,5 @@ package_python2-tornado() { python2 setup.py install --root="${pkgdir}" --optimize=1 } -sha512sums=('9bf091f1e67a841b831fdbb84496580f8374e2ae59e8e06c7d955dc26dfe2d358e51791a9e75058a544d613d5670c1ec90151e6b641262a7833a9eed8112ea92') + +sha512sums=('841127ab2f60e41d2f02a50fc5a8187a6907a745de81bac55ec942e69c1985a10b2d709261e920b26b31275094196ce943c01de71a4c0bb3015e48cc136652fd')