summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-01-04 02:33:05 -0800
committerKevin Stolp2024-01-04 02:33:05 -0800
commit2cde8e30505c5c066b78b34af3fad45acbd54d4e (patch)
treeb52d9fc34e8ff2edc4526b6d39036657b93568cc
parent5ec2fd21178ab958438e5c9adea58590e125abd6 (diff)
downloadaur-2cde8e30505c5c066b78b34af3fad45acbd54d4e.tar.gz
v1.106.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa291dceafc0..0492531e72aa 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.105.0
+ pkgver = 1.106.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.105.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.105.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 8d4c849c7e12c49ceeea6b6902d1cbe9b34d87b52b715d40ffb3842bdb099a1d
+ 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
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index cee5fc6a1f18..1fe7e658fb8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.105.0
+pkgver=1.106.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=("8d4c849c7e12c49ceeea6b6902d1cbe9b34d87b52b715d40ffb3842bdb099a1d")
+sha256sums=("8b8a749966b6b17b3d89ea3d4a4fa849e7c7c1f76446c823f8d6eedc6ee9312a")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"