summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2021-12-31 20:50:04 -0500
committerQirui Wang2021-12-31 20:50:04 -0500
commit8a832159da53c8242c21bce9789adf345ab57d2f (patch)
tree5b1dadb125d92cdccc10e45ddfa1e6c930f4378b /PKGBUILD
parent086e27f8f675b11858d51c7d31b866fdc4d5d717 (diff)
downloadaur-8a832159da53c8242c21bce9789adf345ab57d2f.tar.gz
v21.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f59da832648a..675d83159d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="sanic"
pkgname="python-$_name"
-pkgver=21.9.3
+pkgver=21.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=('e013e1101bfb065d7b1459cec32c2c87d5d5d01ee31a09d5b1a3c0a55daca611')
+sha256sums=('cc5198af6057fefb1beda142f2221162054d17915ab2f503bc4026c37c4eb181')
build() {
cd "$_name-$pkgver"