summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2021-11-03 23:45:40 -0700
committerMike Javorski2021-11-03 23:45:40 -0700
commit4b15c9aef0ca84936d193d54ce0d447c8af9077a (patch)
tree383f0e0ae4a73b50eb37ed3fa990b31e6ae6f0c1 /PKGBUILD
parent9185c5b4df4d15e528976ca50e327049d1f19753 (diff)
downloadaur-4b15c9aef0ca84936d193d54ce0d447c8af9077a.tar.gz
Update to latest version 1.35.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8727123530c0..934c9c52d23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.34.1
+pkgver=1.35.0
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=('2c7a935174f2234cf65cab14b11e17965e240ad7cd5b621cacba85fa07667b3c')
+sha256sums=('a232680bc52e643566e820e661b3e83b47bed500186b451c7a460477f3061513')
prepare() {
cd "$pkgname-$pkgver"