summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQirui Wang2022-08-15 10:51:08 -0400
committerQirui Wang2022-08-15 10:51:08 -0400
commitb203f96b9c2a03e1451cc79d29644f966cc589b7 (patch)
tree1aaa53c835abd12ceb43f7fead31b2db32a05030
parent5b8bd61d79a1bbacdea9d70f1dbe2e64f12b1e26 (diff)
downloadaur-b203f96b9c2a03e1451cc79d29644f966cc589b7.tar.gz
v22.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d4edad38eb..52e5a2bd89c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sanic
pkgdesc = Async Python 3.6+ web server/framework | Build fast. Run fast.
- pkgver = 22.3.2
+ pkgver = 22.6.2
pkgrel = 1
url = https://sanic.dev/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-sanic
depends = python-multidict
depends = python-uvloop
depends = python-ujson
- source = https://github.com/sanic-org/sanic/archive/v22.3.2.tar.gz
- sha256sums = 57883ba9f03319a351ee48e34369e87d3d18b59911927355ce2c0ef6cf257791
+ source = https://github.com/sanic-org/sanic/archive/v22.6.2.tar.gz
+ sha256sums = 7685110e64f4a73fd45ccd84f0ecab31ddf4cb3c3aa3cc5a4ba57d55921b82e9
pkgname = python-sanic
diff --git a/PKGBUILD b/PKGBUILD
index f80e63e6ddbc..e1fab2eb37d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=22.3.2
+pkgver=22.6.2
pkgrel=1
pkgdesc='Async Python 3.6+ web server/framework | Build fast. Run fast.'
arch=("any")
@@ -20,7 +20,7 @@ depends=(
)
makedepends=("python-setuptools")
source=("https://github.com/sanic-org/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('57883ba9f03319a351ee48e34369e87d3d18b59911927355ce2c0ef6cf257791')
+sha256sums=('7685110e64f4a73fd45ccd84f0ecab31ddf4cb3c3aa3cc5a4ba57d55921b82e9')
build() {
cd "$_name-$pkgver"