summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5c45c378607..61b0f99b45f7 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.71.0
+ pkgver = 1.72.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.71.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.71.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 82d89dad1cef99ad34f334a3348c2a41137a2392b7e70c4a67075447c919d88d
+ source = aws-sam-cli-linux-1.72.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.72.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 727858cad133e62b686b06c67264865d8352fc468dacf6edeb8ad4a57b58b486
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe811e371985..70f58d6af4b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.71.0
+pkgver=1.72.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=("82d89dad1cef99ad34f334a3348c2a41137a2392b7e70c4a67075447c919d88d")
+sha256sums=("727858cad133e62b686b06c67264865d8352fc468dacf6edeb8ad4a57b58b486")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"