summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-06-08 14:38:09 +0200
committeraksel2021-06-08 14:38:09 +0200
commit45dc3864983debabb0f837c11925fbc57eb08cdd (patch)
treef8f40ac2cfb1e72ad3f142d5b877d0e37d4c69f7
parent9a8f11dcf930ab0c458a3e78334c6af0e9793560 (diff)
downloadaur-45dc3864983debabb0f837c11925fbc57eb08cdd.tar.gz
v1.24.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64dcc50b05c3..c51bffabae7f 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.24.0
+ pkgver = 1.24.1
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.24.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = bba80458e181ee409022e6ae48139894a026300d68511003c986365acf34021e
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.24.1/aws-sam-cli-linux-x86_64.zip
+ sha256sums = ba424e9882d359294f12aec0552bc9b56d2db92b04cfbb8b549a2e7fde7fd006
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index af5760f74a03..b540068a25cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.24.0
+pkgver=1.24.1
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=('bba80458e181ee409022e6ae48139894a026300d68511003c986365acf34021e')
+sha256sums=('ba424e9882d359294f12aec0552bc9b56d2db92b04cfbb8b549a2e7fde7fd006')
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")