summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-02-22 18:22:21 -0800
committerKevin Stolp2024-02-22 18:22:21 -0800
commitd10e0ec26018b7ffc5fdb16572b62ae4443c24be (patch)
tree4c565a5173e5d48fcf3c3fc160e9dfb525ab3b00
parentcff5d2e26673d754a429491756fabbec422d41fe (diff)
downloadaur-d10e0ec26018b7ffc5fdb16572b62ae4443c24be.tar.gz
v1.110.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef8c53f99475..6d00648edd58 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.109.0
+ pkgver = 1.110.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.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
+ source = aws-sam-cli-linux-1.110.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.110.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = d35b012f78ee887ca5a1dad43cb3083b08138a8ec1d3a7c7fa887c43b25a07c5
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9b8b323f148..d4c6740807a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.109.0
+pkgver=1.110.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=("1a79511fd2390163fba61b20e1c3cd33777d7769ebce304368406ae5ba1377e3")
+sha256sums=("d35b012f78ee887ca5a1dad43cb3083b08138a8ec1d3a7c7fa887c43b25a07c5")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"