summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorqwivan2017-12-12 18:12:01 +0800
committerqwivan2017-12-12 18:12:01 +0800
commit6aedaa9990d84d3c6242041eee0aca3e40b141ce (patch)
tree75c827668e61d87b5747bcfb134b7272996f2a27 /PKGBUILD
parent501eb90fff9a5e46b60afe18359d728eb763a006 (diff)
downloadaur-6aedaa9990d84d3c6242041eee0aca3e40b141ce.tar.gz
update to 0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be276adbe7e0..9e2cffdec04c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="A microframework based on uvloop, httptools, and learnings of flask"
arch=("any")
@@ -11,8 +11,8 @@ license=("MIT")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/channelcat/sanic/$pkgver/LICENSE")
-sha256sums=('f70fbd2483e372494d023a08259ffbeb757b3bce10bbf4a00b17a405de3ff322'
- 'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde')
+sha256sums=('22b1a6f1dc55db8a136335cb0961afa95040ca78aa8c78425a40d91e8618e60e'
+ 'e7814de9a02ae20500778a5d1a4ab63c71a8f3072faf4ac669a143f2e71b72c5')
build() {
cd "$_name-$pkgver"