summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2021-03-27 11:04:09 -0400
committerQirui Wang2021-03-27 11:04:09 -0400
commit51ee8ba4310cef5fbfc3d2e3ba67d0051d8ceac2 (patch)
tree8687174a75e06d50c9ff207d53a9cc0dd6bcd24a
parent04083022d03e02710bf1cb2cf5b7c82c824c22a4 (diff)
downloadaur-51ee8ba4310cef5fbfc3d2e3ba67d0051d8ceac2.tar.gz
v0.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1815ea6520d8..c8184272de67 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.4.0
+ pkgver = 0.4.2
pkgrel = 1
url = https://sanicframework.org/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/sanic-org/sanic-router/archive/v0.4.0.tar.gz
- source = https://github.com/sanic-org/sanic/raw/v21.3.1/LICENSE
- sha256sums = 47c578b25c05f6b02c84d7b650ef5004199908b8bafe7da1e46a6cbf662ee53e
+ source = https://github.com/sanic-org/sanic-router/archive/v0.4.2.tar.gz
+ source = https://github.com/sanic-org/sanic/raw/v21.3.2/LICENSE
+ sha256sums = 7abfe06c4056f6bc055904af079f017fb0a5b4f466f39139a6d307814a9bfb28
sha256sums = cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c
pkgname = python-sanic-routing
diff --git a/PKGBUILD b/PKGBUILD
index 66610ea54206..e2d3cc69d2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic-router"
pkgname="python-sanic-routing"
-pkgver=0.4.0
+pkgver=0.4.2
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.1/LICENSE"
+ "https://github.com/sanic-org/sanic/raw/v21.3.2/LICENSE"
)
-sha256sums=('47c578b25c05f6b02c84d7b650ef5004199908b8bafe7da1e46a6cbf662ee53e'
+sha256sums=('7abfe06c4056f6bc055904af079f017fb0a5b4f466f39139a6d307814a9bfb28'
'cdc294c495a8d80f3fb596f257fb7b61214c7d5e5ee254852b753ff81e8e137c')
build() {