summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-11-30 01:40:32 -0800
committerKevin Stolp2022-11-30 01:40:32 -0800
commit04e3b66d1422a8570e6038c3611527ef2e2aa8f9 (patch)
treed442326f06b6d1f6c77f06d0419cff4af7d8ae91
parent19e1bb4018e9086bc832a5e10949b55ffffeae7a (diff)
downloadaur-04e3b66d1422a8570e6038c3611527ef2e2aa8f9.tar.gz
v1.66.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6661828218b..8766a4c2b008 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.65.0
+ pkgver = 1.66.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.65.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.65.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = a52e60ba106227f5707f0ae017297189d24b59855654d2d2b09213116beef551
+ source = aws-sam-cli-linux-1.66.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.66.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 5509b02d5eb80b6d249bf485c4badd842769ee87c9c76c1825430011d45a2242
pkgname = aws-sam-cli-bin
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")"