summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2024-03-13 15:52:26 -0700
committerMike Javorski2024-03-13 15:52:26 -0700
commitdf32c01603c1a8cff4647102dcd2f84b5552d13c (patch)
tree81df5c7a4b7cfafc17b1915e4adf56e5c07e22c5 /PKGBUILD
parent001fdd1977f89e0cb39964254cb6d6485eaa8e97 (diff)
downloadaur-df32c01603c1a8cff4647102dcd2f84b5552d13c.tar.gz
Update to latest version 1.112.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a8750768704..c9ca58a1f51f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.111.0
+pkgver=1.112.0
pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
@@ -20,7 +20,7 @@ depends=('docker' 'python-aws-lambda-builders' 'python-aws-sam-translator' 'pyth
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('e9b4dfa4c11b34f96618fc9f4a5311be8aa5d02b3e30b33dc99937ac34859550')
+sha256sums=('c45aa225380bee8d508d03c4ae5ee98a55669daea7361a235da9e8b023c50cbe')
package() {
cd "$pkgname-$pkgver"