summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2021-08-08 03:15:32 -0400
committerQirui Wang2021-08-08 03:15:32 -0400
commitb9f5bef668b76802d5cc7dd8b210544e31ba571c (patch)
treec56198eedc08dbf1db246389d938cf8170953e01
parent23249106a10063fecb701be708177fdce286a32f (diff)
downloadaur-b9f5bef668b76802d5cc7dd8b210544e31ba571c.tar.gz
v0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dfcdf1e820c..89a8e1867e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sanic-routing
pkgdesc = Internal handler routing for Sanic beginning with v21.3.
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://sanicframework.org/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/sanic-org/sanic-routing/archive/v0.7.0.tar.gz
- source = https://github.com/sanic-org/sanic/raw/v21.6.0/LICENSE
- sha256sums = f61735790124b10b66e034f5f3c8b80b3aeb131e04339ecc5161b90a23883af4
+ source = https://github.com/sanic-org/sanic-routing/archive/v0.7.1.tar.gz
+ source = https://github.com/sanic-org/sanic/raw/v21.6.2/LICENSE
+ sha256sums = f7d9427fb57cb6c44ca2e56eac0612a9ba13da77f1751b629908003c92e82363
sha256sums = cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c
pkgname = python-sanic-routing
diff --git a/PKGBUILD b/PKGBUILD
index e8321930f001..b1896f0b4e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic-routing"
pkgname="python-$_name"
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Internal handler routing for Sanic beginning with v21.3.'
arch=("any")
@@ -12,9 +12,9 @@ license=("MIT")
makedepends=("python-setuptools")
source=(
"https://github.com/sanic-org/${_name}/archive/v${pkgver}.tar.gz"
- "https://github.com/sanic-org/sanic/raw/v21.6.0/LICENSE"
+ "https://github.com/sanic-org/sanic/raw/v21.6.2/LICENSE"
)
-sha256sums=('f61735790124b10b66e034f5f3c8b80b3aeb131e04339ecc5161b90a23883af4'
+sha256sums=('f7d9427fb57cb6c44ca2e56eac0612a9ba13da77f1751b629908003c92e82363'
'cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c')
build() {