summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2022-10-06 17:56:20 -0700
committerKevin Stolp2022-10-06 17:56:20 -0700
commite267965e431a9f6d50d55c9992d33439524c2f03 (patch)
tree38c8373978f55d3019f023e81f029a59448b1e2e /PKGBUILD
parentfd350f91827143e2d8e8f7693983a1a37678a244 (diff)
downloadaur-e267965e431a9f6d50d55c9992d33439524c2f03.tar.gz
v1.59.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7c282ce1f8b..86a164e59341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.58.0
+pkgver=1.59.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=("ba32d3c294011b0661b58c02057dd13578bbd356069a43a1123e136ece11abd2")
+sha256sums=("85d1f6b20e6e0d7187432ca9d3b3aed0e85f9be4f96f1c900cebcfab08f72b7a")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"