summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-09-30 13:45:41 -0700
committerMike Javorski2021-09-30 13:45:41 -0700
commit364a64301d6b45bd029cec1008c83ec39df0b10d (patch)
tree4bb8f9b8b194058fceddcdf20c13024422b7e360
parent27d6b896b28f32ea8d2c18316065baa8f9b09ce6 (diff)
downloadaur-364a64301d6b45bd029cec1008c83ec39df0b10d.tar.gz
Update to latest version 1.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b35c8b051f41..4a7182780594 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.32.0
+ pkgver = 1.33.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.32.0.tar.gz
- sha256sums = a6bd637576151358c662b884effd55e6db9bd90f2331003012c3d3e7c0e5a6ee
+ source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.33.0.tar.gz
+ sha256sums = 79329744551e149bbf9e4bbae37686a1e5c060b167c0bc057680091356e851b4
pkgname = aws-sam-cli
diff --git a/PKGBUILD b/PKGBUILD
index 018b5953cdf2..4b953ddc190f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.32.0
+pkgver=1.33.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=('a6bd637576151358c662b884effd55e6db9bd90f2331003012c3d3e7c0e5a6ee')
+sha256sums=('79329744551e149bbf9e4bbae37686a1e5c060b167c0bc057680091356e851b4')
prepare() {
cd "$pkgname-$pkgver"