summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-06-10 01:29:51 -0700
committerKevin Stolp2022-06-10 01:29:51 -0700
commitd3df64d8aa3319c77154d74630137ce2970c0fac (patch)
treec600105f31762a406638c64e80bff0df05f27497
parent4f7f16faa381f620ba132d48c26c428b481d8965 (diff)
downloadaur-d3df64d8aa3319c77154d74630137ce2970c0fac.tar.gz
v1.52.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f4015be99c..3bdf165583a6 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.51.0
+ pkgver = 1.52.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.51.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.51.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 3c5e26715096413544f7a39ec338e5045b59ed24f0acf04a5d4e04cd113e01a3
+ source = aws-sam-cli-linux-1.52.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.52.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = c1f4980b7377ca9820d8e2e56207113db55edd619a72d3c7bab12fc805a93a42
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index d36063995ce9..e657cfa2071d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.51.0
+pkgver=1.52.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=("3c5e26715096413544f7a39ec338e5045b59ed24f0acf04a5d4e04cd113e01a3")
+sha256sums=("c1f4980b7377ca9820d8e2e56207113db55edd619a72d3c7bab12fc805a93a42")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"