summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-03-02 17:46:12 -0600
committercarlwgeorge2017-03-02 17:46:12 -0600
commit05cce175040c358af13ec7a2fd3022ca14e79830 (patch)
tree7ea4dd42b22235faaabd32a9f407e9bd6c6980f5
parent2dac65338661ece822df123b0b96ac4028e1b536 (diff)
downloadaur-05cce175040c358af13ec7a2fd3022ca14e79830.tar.gz
0.4.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5cf119c49a9..50f94d7141d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 01:13:17 UTC 2017
+# Thu Mar 2 23:45:30 UTC 2017
pkgbase = python-sanic
pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
- pkgver = 0.4.0
+ pkgver = 0.4.1
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.4.0.tar.gz
- source = https://raw.githubusercontent.com/channelcat/sanic/0.4.0/LICENSE
- sha256sums = fdfd31ff44441e04ba32e38503ec430996d45f18cf2dbeb0e15fec9cdfd09991
+ source = https://files.pythonhosted.org/packages/source/s/sanic/sanic-0.4.1.tar.gz
+ source = https://raw.githubusercontent.com/channelcat/sanic/0.4.1/LICENSE
+ sha256sums = b87393002894a539174a0037c0f6293a558ff393d305c20fa07829f1757360a1
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
pkgname = python-sanic
diff --git a/PKGBUILD b/PKGBUILD
index af3f2ad2e47e..4044e2c24297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=0.4.0
+pkgver=0.4.1
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=('fdfd31ff44441e04ba32e38503ec430996d45f18cf2dbeb0e15fec9cdfd09991'
+sha256sums=('b87393002894a539174a0037c0f6293a558ff393d305c20fa07829f1757360a1'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde')
build() {