summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-09-24 12:31:27 -0700
committerMike Javorski2021-09-24 12:31:27 -0700
commit27d6b896b28f32ea8d2c18316065baa8f9b09ce6 (patch)
treed16763c6f1860dce513d6271f2fb5d5363fed853
parent985dc0a0a91d2f5b698518ec22d23cd5faa11fba (diff)
downloadaur-27d6b896b28f32ea8d2c18316065baa8f9b09ce6.tar.gz
Update to latest release 1.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb6f0283a9b2..b35c8b051f41 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.31.0
+ pkgver = 1.32.0
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.31.0.tar.gz
- sha256sums = eb3d8e785410a8e33532d7a40f735b108d468183749a89ba3e23117da3b7ab7d
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.32.0.tar.gz
+ sha256sums = a6bd637576151358c662b884effd55e6db9bd90f2331003012c3d3e7c0e5a6ee
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index e961f686adcd..018b5953cdf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.31.0
+pkgver=1.32.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=('eb3d8e785410a8e33532d7a40f735b108d468183749a89ba3e23117da3b7ab7d')
+sha256sums=('a6bd637576151358c662b884effd55e6db9bd90f2331003012c3d3e7c0e5a6ee')
prepare() {
cd "$pkgname-$pkgver"