summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2024-04-30 16:42:46 -0700
committerKevin Stolp2024-04-30 16:42:46 -0700
commit53d179e52ee690fb5278e68083b4d886fede17ce (patch)
tree2fa6f09959a73f6bc4de4472db28c478bb707216 /PKGBUILD
parentee9130b0bdef3f116682a8e1399a77c3f8c8f6fe (diff)
downloadaur-aws-sam-cli-bin.tar.gz
v1.116.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 021707aadc0e..0d62ca2cebac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.115.0
+pkgver=1.116.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=("91fe15e8ec56b5f7b19c01857c0beae497cfa833ebdd48cf98b375ddaf4cceb3")
+sha256sums=("a1bc630d776c54699a1b63d1fd7f1566f1a748b3d32afe8d76ec5b18d9adfe7e")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"