summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2023-02-23 14:37:45 -0800
committerMike Javorski2023-02-23 14:37:45 -0800
commit36f8fa8c18fcbad00229916a7077cfcaa163a291 (patch)
treed1085d64dd174a81f46263264e5f09126ff9d502 /PKGBUILD
parent6afc85972eece59f01716733df25c549903630d3 (diff)
downloadaur-36f8fa8c18fcbad00229916a7077cfcaa163a291.tar.gz
Update to latest version 1.74.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22f389febc4c..be8735ae9a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.72.0
+pkgver=1.74.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=('a26837ed8cdd846db2090029fd81e02b80ff7edc7f54267304808cc923005171')
+sha256sums=('86e77f74d0b3d2b7057e58020a090832c8757d8e1cd34ab2968144d571fb500b')
package() {
cd "$pkgname-$pkgver"