summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2024-02-07 12:25:50 -0800
committerMike Javorski2024-02-07 12:25:50 -0800
commitd6f4df3fc0243904437c548eded937140a6cf8bb (patch)
tree8ce33624aa51e15c99e7ed6b6794a068e908683a
parentdbb6322e61c0f69d3eb42cad6ac36f50f62046ec (diff)
downloadaur-d6f4df3fc0243904437c548eded937140a6cf8bb.tar.gz
Update to latest version 1.109.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661b2b8bbcce..f50261da3cf6 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.108.0
+ pkgver = 1.109.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.108.0.tar.gz
- sha256sums = 18b15c9fff8d4f18b1d2876e9685a9893a76b82329ef6fde63cc8adc666bcc26
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.109.0.tar.gz
+ sha256sums = 2853a836b66c16d4a0c6c8312c2300e8c298fc76d4ff9917955c963d158bffcf
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index 321e5d3731b3..b110285fea3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.108.0
+pkgver=1.109.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=('18b15c9fff8d4f18b1d2876e9685a9893a76b82329ef6fde63cc8adc666bcc26')
+sha256sums=('2853a836b66c16d4a0c6c8312c2300e8c298fc76d4ff9917955c963d158bffcf')
package() {
cd "$pkgname-$pkgver"