summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-02-26 09:39:09 +0100
committeraksel2021-02-26 09:39:09 +0100
commita28e8d6e088d2a527e5a36b164d0f8498a901036 (patch)
treeaafee7801d9000128f9714e5079ce7d069066d98
parenta860de6f4771879afb4a2aebc7b88c1399106af7 (diff)
downloadaur-a28e8d6e088d2a527e5a36b164d0f8498a901036.tar.gz
Updated shasums.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f708759c5b3f..4812e1fafe41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
pkgver = 1.19.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/awslabs/aws-sam-cli
arch = any
license = Apache
@@ -9,7 +9,7 @@ pkgbase = aws-sam-cli-bin
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 = 742ea69de70100b132cd636612d5d256e628178f366284bf74defef656969968
+ sha256sums = 2d31d832a1a10e02b461703b188d58164aeda5ac3b79fe4c5919014fd7ff4c20
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 182f9fb7f47f..b8917d3ff35b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=aws-sam-cli-bin
pkgver=1.19.1
-pkgrel=1
+pkgrel=2
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
url='https://github.com/awslabs/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=('742ea69de70100b132cd636612d5d256e628178f366284bf74defef656969968')
+sha256sums=('2d31d832a1a10e02b461703b188d58164aeda5ac3b79fe4c5919014fd7ff4c20')
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")