summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-04-28 11:34:15 -0700
committerKevin Stolp2022-04-28 11:34:15 -0700
commit850e423b8c066baf00d5de76d1a3ae9879e9f76b (patch)
tree58a15f693b3cc30de565103ade73d29e1c8c9057
parent9927b82ca2407237e0e8e4c9cec42d1c65429952 (diff)
downloadaur-850e423b8c066baf00d5de76d1a3ae9879e9f76b.tar.gz
v1.47.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1801d6127e..563b1815a8fa 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.46.0
+ pkgver = 1.47.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.46.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.46.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = b393b2500e117b662397e07a615ea6c08e9db5b8e16bc70c0bddb960752d5f08
+ source = aws-sam-cli-linux-1.47.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.47.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 29b00c0332adb1ac43fa2b2fd284f5b3aab933d843038c9e43cc55386db68aff
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index b6ad4b1e7cbe..483cacaeb1b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.46.0
+pkgver=1.47.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=("b393b2500e117b662397e07a615ea6c08e9db5b8e16bc70c0bddb960752d5f08")
+sha256sums=("29b00c0332adb1ac43fa2b2fd284f5b3aab933d843038c9e43cc55386db68aff")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"