summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2024-01-06 15:32:59 -0800
committerMike Javorski2024-01-06 15:32:59 -0800
commitb0b437825dfb1c307564b704360f7411b97fd2b4 (patch)
tree090c78694ed75d6fd226bd6558e913f5511e57ff /PKGBUILD
parentf7b0b66afa2ef90c69f0a0a25eced00b8cea067e (diff)
downloadaur-b0b437825dfb1c307564b704360f7411b97fd2b4.tar.gz
Update to latest version 1.106.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a8a51c0b4c5..be83161c500d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.105.0
+pkgver=1.106.0
pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
@@ -20,7 +20,7 @@ depends=('docker' 'python-aws-lambda-builders' 'python-aws-sam-translator' 'pyth
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('4c57b9d305214373c0ba2a745a9c55e8c6c6fa01c5e9a15ca0553aef4a14ae78')
+sha256sums=('885c7a81a8cab23b798c98cb3a4362ae189b7a55507d560d4fb2cbdf244a2bc2')
package() {
cd "$pkgname-$pkgver"