summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2022-12-19 13:31:29 -0800
committerKevin Stolp2022-12-19 13:31:29 -0800
commit124cf228b0f13cd1662eaaa64c0adbcbd33f7a9b (patch)
treeda1e03c5d4ba7c72f0ac81694f29fac41b306819
parent04e3b66d1422a8570e6038c3611527ef2e2aa8f9 (diff)
downloadaur-124cf228b0f13cd1662eaaa64c0adbcbd33f7a9b.tar.gz
v1.67.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8766a4c2b008..f090fd968096 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.66.0
+ pkgver = 1.67.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.66.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.66.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 5509b02d5eb80b6d249bf485c4badd842769ee87c9c76c1825430011d45a2242
+ source = aws-sam-cli-linux-1.67.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.67.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 74264b224f133461e324e7877ed8218fe38ac2320ba498024f0c297de7bb3e95
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c759efd7777..75b71dd484a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.66.0
+pkgver=1.67.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=("5509b02d5eb80b6d249bf485c4badd842769ee87c9c76c1825430011d45a2242")
+sha256sums=("74264b224f133461e324e7877ed8218fe38ac2320ba498024f0c297de7bb3e95")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"