summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-01-10 11:55:02 -0800
committerKevin Stolp2024-01-10 11:55:02 -0800
commit4515f8068e742797451e37722aa332059743d0eb (patch)
tree17de6cc507840c10aca3e2a15bdb4b6c345834f0
parent2cde8e30505c5c066b78b34af3fad45acbd54d4e (diff)
downloadaur-4515f8068e742797451e37722aa332059743d0eb.tar.gz
v1.107.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0492531e72aa..0c2c0d3a1017 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.106.0
+ pkgver = 1.107.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.106.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.106.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 8b8a749966b6b17b3d89ea3d4a4fa849e7c7c1f76446c823f8d6eedc6ee9312a
+ source = aws-sam-cli-linux-1.107.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.107.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = a2d91c4651978bc549b6e056c0396215d85a308558226b78f8c6a84769837ce2
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fe7e658fb8e..af52f5557e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.106.0
+pkgver=1.107.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=("8b8a749966b6b17b3d89ea3d4a4fa849e7c7c1f76446c823f8d6eedc6ee9312a")
+sha256sums=("a2d91c4651978bc549b6e056c0396215d85a308558226b78f8c6a84769837ce2")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"