summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2024-03-06 10:36:07 -0800
committerMike Javorski2024-03-06 10:36:07 -0800
commit001fdd1977f89e0cb39964254cb6d6485eaa8e97 (patch)
tree8d262a6fbca1cbf7a394c186dd43736a4eba987d
parentd181a0dcc0d09dd8bc7dca811a3ac8d1935f662b (diff)
downloadaur-001fdd1977f89e0cb39964254cb6d6485eaa8e97.tar.gz
Update to latest version 1.111.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6538da48da2d..5105e868b7a5 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.110.0
+ pkgver = 1.111.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.110.0.tar.gz
- sha256sums = 35d585fe1b8598747a50f736b2a1ce2def069118a1cccb4f3d5391cb0ace427e
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.111.0.tar.gz
+ sha256sums = e9b4dfa4c11b34f96618fc9f4a5311be8aa5d02b3e30b33dc99937ac34859550
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index 9228983258c5..4a8750768704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.110.0
+pkgver=1.111.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=('35d585fe1b8598747a50f736b2a1ce2def069118a1cccb4f3d5391cb0ace427e')
+sha256sums=('e9b4dfa4c11b34f96618fc9f4a5311be8aa5d02b3e30b33dc99937ac34859550')
package() {
cd "$pkgname-$pkgver"