summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-06-03 16:50:42 +0200
committeraksel2021-06-03 16:50:42 +0200
commit9a8f11dcf930ab0c458a3e78334c6af0e9793560 (patch)
tree112060ccd504bec7b55ff9138bd1d30780d840cb
parent15601f3da8b499bd93d8d2613b0d6ad36d4df199 (diff)
downloadaur-9a8f11dcf930ab0c458a3e78334c6af0e9793560.tar.gz
v1.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c98d66a829..64dcc50b05c3 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.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -8,8 +8,8 @@ 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.22.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 56d5d3701e6c4e7565dccff3300af072d476c0e7e36299f47565229efec0e139
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.24.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = bba80458e181ee409022e6ae48139894a026300d68511003c986365acf34021e
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f9b82b65ebf..af5760f74a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.22.0
+pkgver=1.24.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=('56d5d3701e6c4e7565dccff3300af072d476c0e7e36299f47565229efec0e139')
+sha256sums=('bba80458e181ee409022e6ae48139894a026300d68511003c986365acf34021e')
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")