summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2023-12-06 16:59:32 -0800
committerMike Javorski2023-12-06 16:59:32 -0800
commitbf118fe493ae4b98d5052ae6310bbdc34e4e5d5e (patch)
treebbd7bfaba936d9540c5476a8775a01cb38ea6229
parentc1607155ab8a632776fb66bf71e3f96f9e597a27 (diff)
downloadaur-bf118fe493ae4b98d5052ae6310bbdc34e4e5d5e.tar.gz
Update to latest version 1.104.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48bec1937c8..bf1744da4373 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.103.0
+ pkgver = 1.104.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.103.0.tar.gz
- sha256sums = 3a8add61f5817413dd507563e1719b3f0c0bb89c5b357f6ae31613612bc67d71
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.104.0.tar.gz
+ sha256sums = db1908c45267d33defe2a9c86621e5e33fb05579ab9ede5669dd36ae37bf197a
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index c0ec467df221..d157c9468675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.103.0
+pkgver=1.104.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=('3a8add61f5817413dd507563e1719b3f0c0bb89c5b357f6ae31613612bc67d71')
+sha256sums=('db1908c45267d33defe2a9c86621e5e33fb05579ab9ede5669dd36ae37bf197a')
package() {
cd "$pkgname-$pkgver"