summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-11-17 16:18:32 -0800
committerKevin Stolp2022-11-17 16:18:32 -0800
commit19e1bb4018e9086bc832a5e10949b55ffffeae7a (patch)
tree836900785d72da89b4a697469089628588feb4e4
parent3b0921d580c3e60d527e5dee099b993a2ab1b04f (diff)
downloadaur-19e1bb4018e9086bc832a5e10949b55ffffeae7a.tar.gz
v1.65.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9c33561bc89..d6661828218b 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.64.0
+ pkgver = 1.65.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.64.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.64.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 8e072f913c6be9e8ce8ee3295f2baa51b3136449abd3fb0029e0e0409224fe13
+ 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
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f3411d884995..0ce598a39635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.64.0
+pkgver=1.65.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=("8e072f913c6be9e8ce8ee3295f2baa51b3136449abd3fb0029e0e0409224fe13")
+sha256sums=("a52e60ba106227f5707f0ae017297189d24b59855654d2d2b09213116beef551")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"