summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-10-07 19:41:17 +0200
committeraksel2021-10-07 19:41:17 +0200
commitcec447bcf52908dd8f2a635865ff0b4b2250924b (patch)
treeed9537d63d08196fe64298ae2378c5e5664d333a
parentec19097330e52c6471d28036b9edd7816b99a165 (diff)
downloadaur-cec447bcf52908dd8f2a635865ff0b4b2250924b.tar.gz
v1.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7cb04b4f23a..94e3e3a88ee5 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.32.0
+ pkgver = 1.33.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.32.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = ff690656e0d4f00c359f015241166e67ae6a9679618832116d9482ae28cefdbb
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.33.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 3fcdf752ab30e6355087bcfa451a7d3ca6eb23445b893ecfcd0dea4fab166382
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 30ab0769cd60..69d6998e36bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.32.0
+pkgver=1.33.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=("ff690656e0d4f00c359f015241166e67ae6a9679618832116d9482ae28cefdbb")
+sha256sums=("3fcdf752ab30e6355087bcfa451a7d3ca6eb23445b893ecfcd0dea4fab166382")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")