summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-02-06 23:08:08 -0800
committerKevin Stolp2024-02-06 23:08:08 -0800
commitcff5d2e26673d754a429491756fabbec422d41fe (patch)
tree3e1399e87c0499c8f72effb05e61e570817fd5da
parent18d446bc2e51a2f22222f674361088f875c59c75 (diff)
downloadaur-cff5d2e26673d754a429491756fabbec422d41fe.tar.gz
v1.109.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42baef89cf58..ef8c53f99475 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.108.0
+ pkgver = 1.109.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.108.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.108.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = d7376b819ae0e703336af7ea3ba08563b930b1f747df2dda3ff0a1a881d68533
+ source = aws-sam-cli-linux-1.109.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.109.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 1a79511fd2390163fba61b20e1c3cd33777d7769ebce304368406ae5ba1377e3
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f3e5dba93b88..e9b8b323f148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.108.0
+pkgver=1.109.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=("d7376b819ae0e703336af7ea3ba08563b930b1f747df2dda3ff0a1a881d68533")
+sha256sums=("1a79511fd2390163fba61b20e1c3cd33777d7769ebce304368406ae5ba1377e3")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"