summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-03-20 18:03:28 -0700
committerKevin Stolp2024-03-20 18:03:28 -0700
commitfca1bcbcf70b3a32d7de17cc0773aedf796e754b (patch)
tree85b40c7a9076d2c85ecf1d13b9f58c0172c9557f
parent639cccaf601378bbe6c4d36823ed7c97f2a97a02 (diff)
downloadaur-fca1bcbcf70b3a32d7de17cc0773aedf796e754b.tar.gz
v1.113.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12ff645f2e8f..b464e8f30eef 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.112.0
+ pkgver = 1.113.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.112.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.112.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = f5b24acb061f2b9539da9d63065223849b2fdd3687ee31ba4b553f139354c6e8
+ source = aws-sam-cli-linux-1.113.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.113.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 5eff07f403faa946be297e02d53724dfcabc94a9a19ac4072322bcbe610ed5bf
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index b029c20ee026..d6d423202209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.112.0
+pkgver=1.113.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=("f5b24acb061f2b9539da9d63065223849b2fdd3687ee31ba4b553f139354c6e8")
+sha256sums=("5eff07f403faa946be297e02d53724dfcabc94a9a19ac4072322bcbe610ed5bf")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"