summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2020-11-07 11:01:22 -0800
committerMike Javorski2020-11-07 11:01:22 -0800
commitec5861f8b6fb138e27283a859786641733366be4 (patch)
treee20f5f5e2182e92f8b6e1eee6cf1520367d7e4d1 /PKGBUILD
parentecbdb0dc63612e107804f38f134af0a1419031ef (diff)
downloadaur-ec5861f8b6fb138e27283a859786641733366be4.tar.gz
Update to latest version 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3b87a53aea4..266b7cadfba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.7.0
+pkgver=1.8.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-click' 'python-flask' 'python-boto3' 'python-jmespath'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('388802de1e79235eb769da7eb00d6f73df989e11b7d5e65260528656131597b2')
+sha256sums=('f45fa9cd0ed45209d1ee77656b327cacd76446ca5137326197db85c329320edb')
prepare() {
cd "$pkgname-$pkgver"