summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2024-03-13 15:52:26 -0700
committerMike Javorski2024-03-13 15:52:26 -0700
commitdf32c01603c1a8cff4647102dcd2f84b5552d13c (patch)
tree81df5c7a4b7cfafc17b1915e4adf56e5c07e22c5
parent001fdd1977f89e0cb39964254cb6d6485eaa8e97 (diff)
downloadaur-df32c01603c1a8cff4647102dcd2f84b5552d13c.tar.gz
Update to latest version 1.112.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5105e868b7a5..f47deebb9c49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-sam-cli
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
- pkgver = 1.111.0
+ pkgver = 1.112.0
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -41,7 +41,7 @@ pkgbase = aws-sam-cli
depends = python-mypy-boto3-kinesis
depends = python-mypy-boto3-sqs
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.111.0.tar.gz
- sha256sums = e9b4dfa4c11b34f96618fc9f4a5311be8aa5d02b3e30b33dc99937ac34859550
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.112.0.tar.gz
+ sha256sums = c45aa225380bee8d508d03c4ae5ee98a55669daea7361a235da9e8b023c50cbe
pkgname = aws-sam-cli
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"