summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Laker2021-04-02 19:32:39 -0400
committerKyle Laker2021-04-02 19:32:53 -0400
commit5542769dfcf6d9e639b5365988baa3df178ff51c (patch)
treefa3e53f9b70a5500f69828653faed33de070b3c9 /PKGBUILD
parent2a652d659ffd04c9415b139f2915e197de5f4fe7 (diff)
downloadaur-5542769dfcf6d9e639b5365988baa3df178ff51c.tar.gz
Bump to 1.22.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5029f0d2d444..ae4bf2d10eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Laker <kyle+aur@laker.email>
pkgname=chalice
-pkgver=1.22.2
+pkgver=1.22.3
pkgrel=1
pkgdesc="Python Serverless Microframework for AWS"
arch=("any")
@@ -25,7 +25,7 @@ makedepends=("python-setuptools" "mypy")
optdepends=('python-watchdog: server auto-reload support'
'aws-cdk: AWS CDK support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/aws/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('92e3267bb1991b6089abf2fbca830355533af1e68c81a3afc53c74d15d5edbad963181bc26500a400f25f291f14a1298f97a3bbff113d4569079ab67d6a073a7')
+sha512sums=('9fc5c1e850a44c24e037fa260d95193f5962e45aad59ff5a2dea830b2c74fc5f0508a32dfdc7fca675b374dc399c52de66893c4e9edf4afcfca1a94f84215c2a')
prepare() {
cd "${srcdir}/$pkgname-$pkgver"