summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2023-01-05 12:18:43 -0800
committerKevin Stolp2023-01-05 12:18:43 -0800
commitcbc206a6667c09c5ba2899cca85ef0dc71dde33b (patch)
treedeb4d1463c7fdfac144d4b1e9b4012fb6e3e1d01
parent124cf228b0f13cd1662eaaa64c0adbcbd33f7a9b (diff)
downloadaur-cbc206a6667c09c5ba2899cca85ef0dc71dde33b.tar.gz
v1.68.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f090fd968096..30a4b24ab944 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.67.0
+ pkgver = 1.68.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.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
+ 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
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 75b71dd484a7..da750917acac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.67.0
+pkgver=1.68.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=("74264b224f133461e324e7877ed8218fe38ac2320ba498024f0c297de7bb3e95")
+sha256sums=("a44a63282d6810528b0ccf278ae2bedfe85f4c2a5e92c9fd8a91a797b735c65f")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"