summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-01-23 14:26:24 -0800
committerKevin Stolp2024-01-23 14:26:24 -0800
commit18d446bc2e51a2f22222f674361088f875c59c75 (patch)
treeb466f70d1388c36f5e702d5daafcc77363012d08
parent4515f8068e742797451e37722aa332059743d0eb (diff)
downloadaur-18d446bc2e51a2f22222f674361088f875c59c75.tar.gz
v1.108.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2c0d3a1017..42baef89cf58 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.107.0
+ pkgver = 1.108.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.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
+ 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
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index af52f5557e19..f3e5dba93b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.107.0
+pkgver=1.108.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=("a2d91c4651978bc549b6e056c0396215d85a308558226b78f8c6a84769837ce2")
+sha256sums=("d7376b819ae0e703336af7ea3ba08563b930b1f747df2dda3ff0a1a881d68533")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"