summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-08-15 14:00:15 -0700
committerKevin Stolp2022-08-15 14:00:15 -0700
commita21e5ff2e36a91eed4f67c8de1c1c61f22783402 (patch)
tree0dc7ce3d582d0d64b61d092230131cffa6a590d6
parent82019bf003baf5ef8bfd2560664b2eb05c42484a (diff)
downloadaur-a21e5ff2e36a91eed4f67c8de1c1c61f22783402.tar.gz
v1.54.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed3378c28cb..3f9df06ce973 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.53.0
+ pkgver = 1.54.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.53.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.53.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 35261dc7fd9f54d4973fdcd56b7114546f9e27e2cb2d12744164bb7480d460dd
+ source = aws-sam-cli-linux-1.54.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.54.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 9bc409f7920cdd236a3ea7957d34f9a424ab8a6805b7f3e309c55fe0250fe33d
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc2fca759706..8a8a8f074055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.53.0
+pkgver=1.54.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=("35261dc7fd9f54d4973fdcd56b7114546f9e27e2cb2d12744164bb7480d460dd")
+sha256sums=("9bc409f7920cdd236a3ea7957d34f9a424ab8a6805b7f3e309c55fe0250fe33d")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"