summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-08-23 13:31:29 +0200
committeraksel2021-08-23 13:31:29 +0200
commit2d5dc6046070ff3ae88b7a9ba91d5de46dae0e21 (patch)
treef240677dda83dc753c2b54e8faa8173474695af9
parent11464a065f22c3841bd4ee14bd325d9321309d2c (diff)
downloadaur-2d5dc6046070ff3ae88b7a9ba91d5de46dae0e21.tar.gz
v1.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0092b2aa885d..f185a6e687dd 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.28.0
+ pkgver = 1.29.0
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -8,7 +8,7 @@ pkgbase = aws-sam-cli-bin
optdepends = docker
provides = aws-sam-cli
conflicts = aws-sam-cli
- source = https://github.com/aws/aws-sam-cli/releases/download/v1.28.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = de615d0c4eefca60a9d7d623388767eccde93ca8c44d7f7c65e236c171cdd477
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.29.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = ed73fa3ac2245865f5eac8b902ef882f2bb4bde1b613311cf990641f32cdb483
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13f94d8ff5ae..f551da54ea00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.28.0
+pkgver=1.29.0
pkgrel=1
pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/aws/aws-sam-cli"
license=("Apache")
optdepends=("docker")
source=("https://github.com/aws/aws-sam-cli/releases/download/v$pkgver/aws-sam-cli-linux-x86_64.zip")
-sha256sums=("85af4bc53538d0872bbb65eecc3dc36f04c7285a74f1d21b65932aaacdc43b77")
+sha256sums=("ed73fa3ac2245865f5eac8b902ef882f2bb4bde1b613311cf990641f32cdb483")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")