summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Stolp2022-11-30 01:40:32 -0800
committerKevin Stolp2022-11-30 01:40:32 -0800
commit04e3b66d1422a8570e6038c3611527ef2e2aa8f9 (patch)
treed442326f06b6d1f6c77f06d0419cff4af7d8ae91 /PKGBUILD
parent19e1bb4018e9086bc832a5e10949b55ffffeae7a (diff)
downloadaur-04e3b66d1422a8570e6038c3611527ef2e2aa8f9.tar.gz
v1.66.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ce598a39635..6c759efd7777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.65.0
+pkgver=1.66.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=("a52e60ba106227f5707f0ae017297189d24b59855654d2d2b09213116beef551")
+sha256sums=("5509b02d5eb80b6d249bf485c4badd842769ee87c9c76c1825430011d45a2242")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"