summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2023-01-05 12:18:43 -0800
committerKevin Stolp2023-01-05 12:18:43 -0800
commitcbc206a6667c09c5ba2899cca85ef0dc71dde33b (patch)
treedeb4d1463c7fdfac144d4b1e9b4012fb6e3e1d01 /PKGBUILD
parent124cf228b0f13cd1662eaaa64c0adbcbd33f7a9b (diff)
downloadaur-cbc206a6667c09c5ba2899cca85ef0dc71dde33b.tar.gz
v1.68.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75b71dd484a7..da750917acac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.67.0
+pkgver=1.68.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=("74264b224f133461e324e7877ed8218fe38ac2320ba498024f0c297de7bb3e95")
+sha256sums=("a44a63282d6810528b0ccf278ae2bedfe85f4c2a5e92c9fd8a91a797b735c65f")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"