summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-04-30 16:42:46 -0700
committerKevin Stolp2024-04-30 16:42:46 -0700
commit53d179e52ee690fb5278e68083b4d886fede17ce (patch)
tree2fa6f09959a73f6bc4de4472db28c478bb707216
parentee9130b0bdef3f116682a8e1399a77c3f8c8f6fe (diff)
downloadaur-53d179e52ee690fb5278e68083b4d886fede17ce.tar.gz
v1.116.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0166f8382e..1d69d862fe3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
- pkgver = 1.115.0
+ pkgver = 1.116.0
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = aws-sam-cli-bin
optdepends = docker
provides = aws-sam-cli
conflicts = aws-sam-cli
- source = aws-sam-cli-linux-1.115.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.115.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 91fe15e8ec56b5f7b19c01857c0beae497cfa833ebdd48cf98b375ddaf4cceb3
+ source = aws-sam-cli-linux-1.116.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.116.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = a1bc630d776c54699a1b63d1fd7f1566f1a748b3d32afe8d76ec5b18d9adfe7e
pkgname = aws-sam-cli-bin
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")"