summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-03-06 18:26:08 +0100
committeraksel2021-03-06 18:26:08 +0100
commit63e5b4f055925f2f3fd6d3ff51061ec1a3c6cf21 (patch)
tree5faa5c5cc1d98626ad6e88c1356feb5d9975c110
parenteae371300e12ae6f4d080db297a9a9bacaf26ed6 (diff)
downloadaur-63e5b4f055925f2f3fd6d3ff51061ec1a3c6cf21.tar.gz
v1.20.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 428d1b1863c6..be78603e7e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
- pkgver = 1.19.1
- pkgrel = 2
+ pkgver = 1.20.0
+ pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
license = Apache
optdepends = docker
provides = aws-sam-cli
conflicts = aws-sam-cli
- source = https://github.com/aws/aws-sam-cli/releases/download/v1.19.1/aws-sam-cli-linux-x86_64.zip
- sha256sums = 2d31d832a1a10e02b461703b188d58164aeda5ac3b79fe4c5919014fd7ff4c20
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.20.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = f6c5f1ca9ec342506ca0af5c42ee87f1f90d6f1af2e1788050acee75426cca1d
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 678d11a92193..8f279ebb179d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.19.1
-pkgrel=3
+pkgver=1.20.0
+pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
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=('2d31d832a1a10e02b461703b188d58164aeda5ac3b79fe4c5919014fd7ff4c20')
+sha256sums=('f6c5f1ca9ec342506ca0af5c42ee87f1f90d6f1af2e1788050acee75426cca1d')
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")