summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2024-02-22 11:06:45 -0800
committerMike Javorski2024-02-22 11:06:45 -0800
commitd181a0dcc0d09dd8bc7dca811a3ac8d1935f662b (patch)
tree0bc5135af0d1c4a30210322f9138e7df1305cafe
parentd6f4df3fc0243904437c548eded937140a6cf8bb (diff)
downloadaur-d181a0dcc0d09dd8bc7dca811a3ac8d1935f662b.tar.gz
Update to latest version 1.110.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50261da3cf6..6538da48da2d 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.109.0
+ pkgver = 1.110.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.109.0.tar.gz
- sha256sums = 2853a836b66c16d4a0c6c8312c2300e8c298fc76d4ff9917955c963d158bffcf
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.110.0.tar.gz
+ sha256sums = 35d585fe1b8598747a50f736b2a1ce2def069118a1cccb4f3d5391cb0ace427e
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index b110285fea3a..9228983258c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.109.0
+pkgver=1.110.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=('2853a836b66c16d4a0c6c8312c2300e8c298fc76d4ff9917955c963d158bffcf')
+sha256sums=('35d585fe1b8598747a50f736b2a1ce2def069118a1cccb4f3d5391cb0ace427e')
package() {
cd "$pkgname-$pkgver"