summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2023-01-12 17:52:07 -0800
committerKevin Stolp2023-01-12 17:52:07 -0800
commit6d3a2fe54f2ad97aa10630eaab107985001a08c2 (patch)
treeb097de97ee1ae2c043a8cc46455431efb238cbdb
parentcbc206a6667c09c5ba2899cca85ef0dc71dde33b (diff)
downloadaur-6d3a2fe54f2ad97aa10630eaab107985001a08c2.tar.gz
v1.70.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a4b24ab944..923edc0b1ddb 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.68.0
+ pkgver = 1.70.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.68.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.68.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = a44a63282d6810528b0ccf278ae2bedfe85f4c2a5e92c9fd8a91a797b735c65f
+ source = aws-sam-cli-linux-1.70.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.70.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = b68e1e32dfdaca6b2f640d0c1d14b6fa9acbc5402d8e6c3ae7ec30376c3c8b6d
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index da750917acac..bb6813dcb75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.68.0
+pkgver=1.70.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=("a44a63282d6810528b0ccf278ae2bedfe85f4c2a5e92c9fd8a91a797b735c65f")
+sha256sums=("b68e1e32dfdaca6b2f640d0c1d14b6fa9acbc5402d8e6c3ae7ec30376c3c8b6d")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"