summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-09-19 22:32:05 -0700
committerKevin Stolp2022-09-19 22:32:05 -0700
commitf1109bfcf603329b06868e05b68ffaa896e2bff3 (patch)
treedc9186ce99bcef10a6ee947f1b3368c87a1a4e48
parentd99e29c7571dc08a9eba7e1d940c38c847187998 (diff)
downloadaur-f1109bfcf603329b06868e05b68ffaa896e2bff3.tar.gz
v1.57.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1637f190250c..af76f6a15ca1 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.56.1
+ pkgver = 1.57.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.56.1-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.56.1/aws-sam-cli-linux-x86_64.zip
- sha256sums = 32c455f17d46c872b1614b969655406c6d86e285164176886bde0321b4245e64
+ source = aws-sam-cli-linux-1.57.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.57.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = bcef3754dd4754596f7e9c55433f83b9aef798e7024c13231ee60cdf9abbae2d
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a28629bc93c1..40a39f8f1647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.56.1
+pkgver=1.57.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=("32c455f17d46c872b1614b969655406c6d86e285164176886bde0321b4245e64")
+sha256sums=("bcef3754dd4754596f7e9c55433f83b9aef798e7024c13231ee60cdf9abbae2d")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"