summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2022-09-08 01:27:49 -0700
committerKevin Stolp2022-09-08 01:27:49 -0700
commitd99e29c7571dc08a9eba7e1d940c38c847187998 (patch)
treeeef8f55c009a364be7390d395a498501940958a7 /PKGBUILD
parentc08bbd73ef41ba2e5956b83abc283db841bfa06a (diff)
downloadaur-d99e29c7571dc08a9eba7e1d940c38c847187998.tar.gz
v1.56.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 118035e0bdd2..a28629bc93c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.56.0
+pkgver=1.56.1
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=("dff6879928cd0405c1ab0463ad9393d7f224720453e2b8058fe7402513a21559")
+sha256sums=("32c455f17d46c872b1614b969655406c6d86e285164176886bde0321b4245e64")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"