summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-14 16:12:18 -0600
committercarlwgeorge2017-01-14 16:12:18 -0600
commit0958bd6ff023651820931d8bb16b706a6a6ad031 (patch)
tree1f55dea7771ee91bce4a14fbf88da9becad3860c /PKGBUILD
parente46f74f73c80a0294b8d590ced0400c88cf5627b (diff)
downloadaur-0958bd6ff023651820931d8bb16b706a6a6ad031.tar.gz
0.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99f40f8cbbea..18b8058baccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-${_name}"
-pkgver="0.1.9"
+pkgver="0.2.0"
pkgrel="1"
pkgdesc="A microframework based on uvloop, httptools, and learnings of flask"
arch=("any")
@@ -10,7 +10,7 @@ url="https://github.com/channelcat/sanic"
license=("MIT")
makedepends=("python-setuptools")
source=("https://github.com/channelcat/sanic/archive/${pkgver}.tar.gz")
-sha256sums=('d9bb3b0a051061219e9357df583031510241f3be3a7be4e3bd84d3f8461854cb')
+sha256sums=('eda329ee2d4894e1564e40152203532291bec7ac764005946619825aaeee2985')
build() {
cd "${srcdir}/${_name}-${pkgver}"