summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-10-04 12:51:02 -0700
committerKevin Stolp2022-10-04 12:51:02 -0700
commitfd350f91827143e2d8e8f7693983a1a37678a244 (patch)
treed921747877ff740d5f8c22076327d4dd382c4225
parentf1109bfcf603329b06868e05b68ffaa896e2bff3 (diff)
downloadaur-fd350f91827143e2d8e8f7693983a1a37678a244.tar.gz
v1.58.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af76f6a15ca1..2c3371f57b4b 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.57.0
+ pkgver = 1.58.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.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
+ source = aws-sam-cli-linux-1.58.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.58.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = ba32d3c294011b0661b58c02057dd13578bbd356069a43a1123e136ece11abd2
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 40a39f8f1647..a7c282ce1f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.57.0
+pkgver=1.58.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=("bcef3754dd4754596f7e9c55433f83b9aef798e7024c13231ee60cdf9abbae2d")
+sha256sums=("ba32d3c294011b0661b58c02057dd13578bbd356069a43a1123e136ece11abd2")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"