summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2021-06-28 10:57:13 -0400
committerQirui Wang2021-06-28 10:57:13 -0400
commit23249106a10063fecb701be708177fdce286a32f (patch)
tree619f6570769a883721073e7f696e4ee5c32a822c
parentafc3902778b1621503626b7c980fe1b0b5ec77cd (diff)
downloadaur-23249106a10063fecb701be708177fdce286a32f.tar.gz
v0.7.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f42ec945ffc1..5dfcdf1e820c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-sanic-routing
pkgdesc = Internal handler routing for Sanic beginning with v21.3.
- pkgver = 0.6.2
+ pkgver = 0.7.0
pkgrel = 1
url = https://sanicframework.org/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/sanic-org/sanic-routing/archive/v0.6.2.tar.gz
- source = https://github.com/sanic-org/sanic/raw/v21.3.2/LICENSE
- sha256sums = 0a91dce20165a511d1077be105c3df9a4aed50750b38786ffa39fb1fc6a92d34
+ 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
sha256sums = cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c
pkgname = python-sanic-routing
-
diff --git a/PKGBUILD b/PKGBUILD
index 4d3e7ea355bd..e8321930f001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic-routing"
pkgname="python-$_name"
-pkgver=0.6.2
+pkgver=0.7.0
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.3.2/LICENSE"
+ "https://github.com/sanic-org/sanic/raw/v21.6.0/LICENSE"
)
-sha256sums=('0a91dce20165a511d1077be105c3df9a4aed50750b38786ffa39fb1fc6a92d34'
+sha256sums=('f61735790124b10b66e034f5f3c8b80b3aeb131e04339ecc5161b90a23883af4'
'cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c')
build() {