summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-10-29 19:30:25 -0700
committerMike Javorski2021-10-29 19:30:25 -0700
commit9185c5b4df4d15e528976ca50e327049d1f19753 (patch)
treea09ae3e8b642a3d558b33f20b8ac58e0e18d9954
parent364a64301d6b45bd029cec1008c83ec39df0b10d (diff)
downloadaur-9185c5b4df4d15e528976ca50e327049d1f19753.tar.gz
Update to latest version 1.34.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7182780594..8f2211906312 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.33.0
+ pkgver = 1.34.1
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -23,7 +23,7 @@ pkgbase = aws-sam-cli
depends = python-tomlkit
depends = python-watchdog
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.33.0.tar.gz
- sha256sums = 79329744551e149bbf9e4bbae37686a1e5c060b167c0bc057680091356e851b4
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.34.1.tar.gz
+ sha256sums = 2c7a935174f2234cf65cab14b11e17965e240ad7cd5b621cacba85fa07667b3c
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index 4b953ddc190f..8727123530c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.33.0
+pkgver=1.34.1
pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
@@ -14,7 +14,7 @@ depends=('docker' 'python-chevron' 'python-click' 'python-flask' 'python-boto3'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('79329744551e149bbf9e4bbae37686a1e5c060b167c0bc057680091356e851b4')
+sha256sums=('2c7a935174f2234cf65cab14b11e17965e240ad7cd5b621cacba85fa07667b3c')
prepare() {
cd "$pkgname-$pkgver"