summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-04-17 19:22:37 -0500
committercarlwgeorge2017-04-17 19:22:37 -0500
commitc80de288a8421e6927af62b02cbd04a3a883e997 (patch)
tree21e3a2fcefd947d85e51687ebc24b1dd337dce23
parent003c28f260359ac9e0b63785f40be0f9682f87cf (diff)
downloadaur-c80de288a8421e6927af62b02cbd04a3a883e997.tar.gz
0.5.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f59ac88e19f..1a0b5b36aae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Apr 14 02:54:42 UTC 2017
+# Tue Apr 18 00:22:34 UTC 2017
pkgbase = python-sanic
pkgdesc = A microframework based on uvloop, httptools, and learnings of flask
- pkgver = 0.5.0
+ pkgver = 0.5.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.5.0.tar.gz
- source = https://raw.githubusercontent.com/channelcat/sanic/0.5.0/LICENSE
- sha256sums = 594fa5c1d7812a1114b4049a9ff53a167f7d929d4bf05b2e23f5619861e6e747
+ source = https://files.pythonhosted.org/packages/source/s/sanic/sanic-0.5.1.tar.gz
+ source = https://raw.githubusercontent.com/channelcat/sanic/0.5.1/LICENSE
+ sha256sums = f80cfdee7e02faf9a19e5b5745d64ead62ae3aec128c361fb80067fbda3bec29
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
pkgname = python-sanic
diff --git a/PKGBUILD b/PKGBUILD
index 620d459876d0..48e73589fdb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=0.5.0
+pkgver=0.5.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=('594fa5c1d7812a1114b4049a9ff53a167f7d929d4bf05b2e23f5619861e6e747'
+sha256sums=('f80cfdee7e02faf9a19e5b5745d64ead62ae3aec128c361fb80067fbda3bec29'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde')
build() {