summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2023-01-24 13:44:07 -0800
committerKevin Stolp2023-01-24 13:44:07 -0800
commit628bb7d5d759707bebf3fcefcc64f9890d2c8009 (patch)
tree44c6cae704ad2f63fed4f660580aef2f591a4be0 /PKGBUILD
parent63457302a8d2798b9f108b1ff5fd043540375e62 (diff)
downloadaur-628bb7d5d759707bebf3fcefcc64f9890d2c8009.tar.gz
v1.71.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d173588f3c29..fe811e371985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.70.1
+pkgver=1.71.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=("d62e9e9ad7fd08f51fb06ba93ce42c22e32e0f2f28e25a9506ecbaba41a8dd33")
+sha256sums=("82d89dad1cef99ad34f334a3348c2a41137a2392b7e70c4a67075447c919d88d")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"