summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2023-05-11 12:53:38 -0700
committerMike Javorski2023-05-11 12:53:38 -0700
commit9dd0c717ec855d20da9066c591dc067124691aa0 (patch)
tree9d7558ea53da6c9b6eaa3a1c68f491f7367bf730 /PKGBUILD
parent830fb7dd54763a7906b1e64f7b4437effac13cf4 (diff)
downloadaur-9dd0c717ec855d20da9066c591dc067124691aa0.tar.gz
Update to latest version 1.83.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f0ebc8364e2..c61d989698b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.82.0
+pkgver=1.83.0
pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
@@ -15,7 +15,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=('ce5fe63b938217b995f680e590abe28bff4edd68aa956e5baccf28bd4562e0a4')
+sha256sums=('6ef88080cdbfa5af6bb14282971229d3ecee0580c535b474640427d5a53b09f1')
package() {
cd "$pkgname-$pkgver"