summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099cea6e345b..f7cb04b4f23a 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.31.0
+ pkgver = 1.32.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.31.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 458d961c27d0d6b61fa6857391a6698e5a9c47154c5f335c7c30d83d46a76d25
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.32.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = ff690656e0d4f00c359f015241166e67ae6a9679618832116d9482ae28cefdbb
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e263e4df78f..30ab0769cd60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.31.0
+pkgver=1.32.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=("458d961c27d0d6b61fa6857391a6698e5a9c47154c5f335c7c30d83d46a76d25")
+sha256sums=("ff690656e0d4f00c359f015241166e67ae6a9679618832116d9482ae28cefdbb")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")