summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-04-14 08:14:51 -0700
committerKevin Stolp2024-04-14 08:14:51 -0700
commitee9130b0bdef3f116682a8e1399a77c3f8c8f6fe (patch)
tree180f9212a63bcb2a04bfcbdfac4c8ee0896b68d7
parentf633797b1d1c9649065a971b762a04e48c9f7ae6 (diff)
downloadaur-aws-sam-cli-bin.tar.gz
v1.115.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa31603bda2..0d0166f8382e 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.114.0
+ pkgver = 1.115.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.114.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.114.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 88614858e6c2a90c00d084d5a1b03c80dcd1c53a1977e8e5def07404820717af
+ 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
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index d20a30f4a9d8..021707aadc0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.114.0
+pkgver=1.115.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=("88614858e6c2a90c00d084d5a1b03c80dcd1c53a1977e8e5def07404820717af")
+sha256sums=("91fe15e8ec56b5f7b19c01857c0beae497cfa833ebdd48cf98b375ddaf4cceb3")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"