summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-04-12 12:33:05 -0700
committerKevin Stolp2022-04-12 12:33:05 -0700
commit9927b82ca2407237e0e8e4c9cec42d1c65429952 (patch)
tree242b3f17641b274383979a59be407ba89ac692c9
parent7a6e42ca96d1e3cf2c8d624bffe0ddb069d0179d (diff)
downloadaur-9927b82ca2407237e0e8e4c9cec42d1c65429952.tar.gz
v1.46.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc1faf3bf5f..1f1801d6127e 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.43.0
+ pkgver = 1.46.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.43.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.43.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 5475e78ce0a27379a5cd69bbc868e0350bad4f74b2abfc1ddf1b9cfcfc9f40a8
+ 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
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8c868103ad72..b6ad4b1e7cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.43.0
+pkgver=1.46.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=("5475e78ce0a27379a5cd69bbc868e0350bad4f74b2abfc1ddf1b9cfcfc9f40a8")
+sha256sums=("b393b2500e117b662397e07a615ea6c08e9db5b8e16bc70c0bddb960752d5f08")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"