summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-04-07 08:56:31 +0100
committeraksel2021-04-07 08:56:31 +0100
commit15601f3da8b499bd93d8d2613b0d6ad36d4df199 (patch)
treef2db2c4f5e587ea3e3170fae8e3ef44304da5855
parente12a1b0473e708b5c1a98680680c0b0a1678cc5f (diff)
downloadaur-15601f3da8b499bd93d8d2613b0d6ad36d4df199.tar.gz
v1.22.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db32aae166c..94c98d66a829 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.21.1
+ pkgver = 1.22.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.21.1/aws-sam-cli-linux-x86_64.zip
- sha256sums = 204a9ff9bd250d544aebe8e95700377ad99c4d2e95b30652a06734a9694732f4
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.22.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 56d5d3701e6c4e7565dccff3300af072d476c0e7e36299f47565229efec0e139
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 873da71adc5c..4f9b82b65ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.21.1
+pkgver=1.22.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=('204a9ff9bd250d544aebe8e95700377ad99c4d2e95b30652a06734a9694732f4')
+sha256sums=('56d5d3701e6c4e7565dccff3300af072d476c0e7e36299f47565229efec0e139')
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")