summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e5a2bd89c4..64bf5a1263aa 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.6.2
+ pkgver = 22.12.0
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.6.2.tar.gz
- sha256sums = 7685110e64f4a73fd45ccd84f0ecab31ddf4cb3c3aa3cc5a4ba57d55921b82e9
+ source = https://github.com/sanic-org/sanic/archive/v22.12.0.tar.gz
+ sha256sums = d0bb80a906112ed81340e8273d06d6a45086b897ef4af507326a2b0b1a207025
pkgname = python-sanic
diff --git a/PKGBUILD b/PKGBUILD
index e1fab2eb37d8..816581727779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=22.6.2
+pkgver=22.12.0
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=('7685110e64f4a73fd45ccd84f0ecab31ddf4cb3c3aa3cc5a4ba57d55921b82e9')
+sha256sums=('d0bb80a906112ed81340e8273d06d6a45086b897ef4af507326a2b0b1a207025')
build() {
cd "$_name-$pkgver"