summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2021-08-19 11:23:00 -0700
committerMike Javorski2021-08-19 11:23:00 -0700
commit745ee5b4cdd3cd660a96b18347273633ac626399 (patch)
tree947f5c3d9855047ae4c22dcfdf9bd0d6f7ab7a2d /PKGBUILD
parent7bec68f869e993a4e61a9e1938fccb8261513b68 (diff)
downloadaur-745ee5b4cdd3cd660a96b18347273633ac626399.tar.gz
Update to latest release 1.29.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 107a31b82941..8f30251d660c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.28.0
+pkgver=1.29.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=('fe450fe362e8c82251bf94041f54101355ac7876b1ac89725df42496196f19cd')
+sha256sums=('257a618c446a639563f23d85e19ec5ac52491290602bfe76dfaa587d045575ca')
prepare() {
cd "$pkgname-$pkgver"