summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2023-01-23 13:59:20 -0800
committerKevin Stolp2023-01-23 13:59:20 -0800
commit63457302a8d2798b9f108b1ff5fd043540375e62 (patch)
tree2877f963bffe35b83403027d18242e8f4692236e
parent6d3a2fe54f2ad97aa10630eaab107985001a08c2 (diff)
downloadaur-63457302a8d2798b9f108b1ff5fd043540375e62.tar.gz
v1.70.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 923edc0b1ddb..745ce67ee991 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.70.0
+ pkgver = 1.70.1
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.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
+ source = aws-sam-cli-linux-1.70.1-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.70.1/aws-sam-cli-linux-x86_64.zip
+ sha256sums = d62e9e9ad7fd08f51fb06ba93ce42c22e32e0f2f28e25a9506ecbaba41a8dd33
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb6813dcb75c..d173588f3c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.70.0
+pkgver=1.70.1
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=("b68e1e32dfdaca6b2f640d0c1d14b6fa9acbc5402d8e6c3ae7ec30376c3c8b6d")
+sha256sums=("d62e9e9ad7fd08f51fb06ba93ce42c22e32e0f2f28e25a9506ecbaba41a8dd33")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"