summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-09-01 12:57:40 -0700
committerKevin Stolp2022-09-01 12:57:40 -0700
commitc08bbd73ef41ba2e5956b83abc283db841bfa06a (patch)
treec069d3c2892cede38ef7c4f895382939cbc46d89
parent83066ceb58e20ebb6506a96a98d1c349a489e250 (diff)
downloadaur-c08bbd73ef41ba2e5956b83abc283db841bfa06a.tar.gz
v1.56.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8767d5feb6c..c50e944f096c 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.55.0
+ pkgver = 1.56.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.55.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.55.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 5e3e2fe551b8a1ce1615100695772ac24de09946f326939a06b8483e63d25962
+ source = aws-sam-cli-linux-1.56.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.56.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = dff6879928cd0405c1ab0463ad9393d7f224720453e2b8058fe7402513a21559
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ceae08b9d1c3..118035e0bdd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.55.0
+pkgver=1.56.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=("5e3e2fe551b8a1ce1615100695772ac24de09946f326939a06b8483e63d25962")
+sha256sums=("dff6879928cd0405c1ab0463ad9393d7f224720453e2b8058fe7402513a21559")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"