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 f70526bc33aa..08f0b0e94a70 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.35.0
+ pkgver = 1.36.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.35.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = c149433bf12104b82c814fdfc1a83fb291672d771214aa0ff73652169c8f5ca0
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.36.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 48866227639fb8eda1b4f5445fe7f7e99f006a7a908cc1744dd21dc0e6442a3e
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index aea5354adc53..91710e8dc78b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.35.0
+pkgver=1.36.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=("c149433bf12104b82c814fdfc1a83fb291672d771214aa0ff73652169c8f5ca0")
+sha256sums=("48866227639fb8eda1b4f5445fe7f7e99f006a7a908cc1744dd21dc0e6442a3e")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")