summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2022-03-31 12:05:03 -0400
committerQirui Wang2022-03-31 12:05:03 -0400
commitad88064a67f3b01f99253d3ed34fc2ad06da875f (patch)
tree5f976b0b4e7d0afa30dab41c24d5dbc50e3666e7
parent7a5ace42540a77c15466850542dd5d13fe36c513 (diff)
downloadaur-ad88064a67f3b01f99253d3ed34fc2ad06da875f.tar.gz
v22.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2dd60c04ba0..e20c1fdfffd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-sanic-routing
pkgdesc = Internal handler routing for Sanic beginning with v21.3.
- pkgver = 21.12.0
+ pkgver = 22.3.0
pkgrel = 1
url = https://sanicframework.org/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/sanic-org/sanic-routing/archive/v21.12.0.tar.gz
- sha256sums = 18209038be3424df169e800755271e86dd37c0198411fabad80cdd10c4a38abc
+ source = https://github.com/sanic-org/sanic-routing/archive/v22.3.0.tar.gz
+ sha256sums = ccb966439a9814f7528f068bb4061a79dd5547d2ebaec4a5f70628265e036ca4
pkgname = python-sanic-routing
diff --git a/PKGBUILD b/PKGBUILD
index 6a6d2709b412..67d820685551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic-routing"
pkgname="python-$_name"
-pkgver=21.12.0
+pkgver=22.3.0
pkgrel=1
pkgdesc='Internal handler routing for Sanic beginning with v21.3.'
arch=("any")
@@ -11,7 +11,7 @@ url='https://sanicframework.org/'
license=("MIT")
makedepends=("python-setuptools")
source=("https://github.com/sanic-org/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('18209038be3424df169e800755271e86dd37c0198411fabad80cdd10c4a38abc')
+sha256sums=('ccb966439a9814f7528f068bb4061a79dd5547d2ebaec4a5f70628265e036ca4')
build() {
cd "$_name-$pkgver"