summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-08-27 11:19:53 -0500
committercarlwgeorge2017-08-27 11:19:53 -0500
commit501eb90fff9a5e46b60afe18359d728eb763a006 (patch)
treeddf32e128fd8eadcf8293104aac3c148a3c4e692
parent0d424288e663fa26af415f0346ae8d1792cf8b79 (diff)
downloadaur-501eb90fff9a5e46b60afe18359d728eb763a006.tar.gz
0.6.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a1e5e29d879..fb1ce65e7867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue May 9 03:10:55 UTC 2017
+# Sun Aug 27 16:19:47 UTC 2017
pkgbase = python-sanic
pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
- pkgver = 0.5.4
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/channelcat/sanic
arch = any
license = MIT
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sanic/sanic-0.5.4.tar.gz
- source = https://raw.githubusercontent.com/channelcat/sanic/0.5.4/LICENSE
- sha256sums = 7afcb04e5b53e9998d5a36b84284da9561bc6008cdaaa3a76195ad74549f774a
+ source = https://files.pythonhosted.org/packages/source/s/sanic/sanic-0.6.0.tar.gz
+ source = https://raw.githubusercontent.com/channelcat/sanic/0.6.0/LICENSE
+ sha256sums = f70fbd2483e372494d023a08259ffbeb757b3bce10bbf4a00b17a405de3ff322
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
pkgname = python-sanic
diff --git a/PKGBUILD b/PKGBUILD
index 98b22db8cbac..be276adbe7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=0.5.4
+pkgver=0.6.0
pkgrel=1
pkgdesc="A microframework based on uvloop, httptools, and learnings of flask"
arch=("any")
@@ -11,7 +11,7 @@ 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=('7afcb04e5b53e9998d5a36b84284da9561bc6008cdaaa3a76195ad74549f774a'
+sha256sums=('f70fbd2483e372494d023a08259ffbeb757b3bce10bbf4a00b17a405de3ff322'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde')
build() {