diff options
author | Mike Javorski | 2023-04-27 13:38:03 -0700 |
---|---|---|
committer | Mike Javorski | 2023-04-27 13:38:03 -0700 |
commit | 830fb7dd54763a7906b1e64f7b4437effac13cf4 (patch) | |
tree | d5fb0b2a50d1135de44343f0bdc11770dc437de4 /PKGBUILD | |
parent | 7b35034dd8163433221e2ba5730710318628837f (diff) | |
download | aur-830fb7dd54763a7906b1e64f7b4437effac13cf4.tar.gz |
Update to latest version 1.82.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Aaron Miller <aaronm@cldtk.com> pkgname=aws-sam-cli -pkgver=1.81.0 +pkgver=1.82.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=('75cc5efb97563e58835e920268bdb125d85dc4d991410f464ce22ed3dc83c7b9') +sha256sums=('ce5fe63b938217b995f680e590abe28bff4edd68aa956e5baccf28bd4562e0a4') package() { cd "$pkgname-$pkgver" |