summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2021-12-31 20:50:44 -0500
committerQirui Wang2021-12-31 20:50:44 -0500
commit7a5ace42540a77c15466850542dd5d13fe36c513 (patch)
tree6d47744a6f76f2122db2bcb2ddc36bc025eb8977
parentabb7d5e1738cc68a5fc33c18fa55af9e996ac3e1 (diff)
downloadaur-7a5ace42540a77c15466850542dd5d13fe36c513.tar.gz
v21.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eae6f5542a64..b2dd60c04ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-sanic-routing
pkgdesc = Internal handler routing for Sanic beginning with v21.3.
- pkgver = 0.7.2
+ pkgver = 21.12.0
pkgrel = 1
url = https://sanicframework.org/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/sanic-org/sanic-routing/archive/v0.7.2.tar.gz
- sha256sums = 492008d10b58089b115b493c2635a6743736bf456648219ca646efd76eb425e7
+ source = https://github.com/sanic-org/sanic-routing/archive/v21.12.0.tar.gz
+ sha256sums = 18209038be3424df169e800755271e86dd37c0198411fabad80cdd10c4a38abc
pkgname = python-sanic-routing
diff --git a/PKGBUILD b/PKGBUILD
index c925b03527b6..6a6d2709b412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic-routing"
pkgname="python-$_name"
-pkgver=0.7.2
+pkgver=21.12.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=('492008d10b58089b115b493c2635a6743736bf456648219ca646efd76eb425e7')
+sha256sums=('18209038be3424df169e800755271e86dd37c0198411fabad80cdd10c4a38abc')
build() {
cd "$_name-$pkgver"