summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2022-08-18 00:02:48 -0700
committerKevin Stolp2022-08-18 00:02:48 -0700
commit83066ceb58e20ebb6506a96a98d1c349a489e250 (patch)
treeec79a8e52223ec0fa9289299172103a5efe11ee5 /PKGBUILD
parenta21e5ff2e36a91eed4f67c8de1c1c61f22783402 (diff)
downloadaur-83066ceb58e20ebb6506a96a98d1c349a489e250.tar.gz
v1.55.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a8a8f074055..ceae08b9d1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.54.0
+pkgver=1.55.0
pkgrel=1
pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
arch=("x86_64")
@@ -12,7 +12,7 @@ optdepends=("docker")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")
source=("aws-sam-cli-linux-$pkgver-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v$pkgver/aws-sam-cli-linux-x86_64.zip")
-sha256sums=("9bc409f7920cdd236a3ea7957d34f9a424ab8a6805b7f3e309c55fe0250fe33d")
+sha256sums=("5e3e2fe551b8a1ce1615100695772ac24de09946f326939a06b8483e63d25962")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"