summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-03-24 08:20:26 +0000
committeraksel2021-03-24 08:20:26 +0000
commite12a1b0473e708b5c1a98680680c0b0a1678cc5f (patch)
tree450e4401d4d73332bdfa82aae5f2c8bfb0be023f
parent63e5b4f055925f2f3fd6d3ff51061ec1a3c6cf21 (diff)
downloadaur-e12a1b0473e708b5c1a98680680c0b0a1678cc5f.tar.gz
v1.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be78603e7e64..0db32aae166c 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.20.0
+ pkgver = 1.21.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.20.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = f6c5f1ca9ec342506ca0af5c42ee87f1f90d6f1af2e1788050acee75426cca1d
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.21.1/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 204a9ff9bd250d544aebe8e95700377ad99c4d2e95b30652a06734a9694732f4
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f279ebb179d..873da71adc5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.20.0
+pkgver=1.21.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=('f6c5f1ca9ec342506ca0af5c42ee87f1f90d6f1af2e1788050acee75426cca1d')
+sha256sums=('204a9ff9bd250d544aebe8e95700377ad99c4d2e95b30652a06734a9694732f4')
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")