summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-02-26 09:28:04 +0100
committeraksel2021-02-26 09:28:04 +0100
commita860de6f4771879afb4a2aebc7b88c1399106af7 (patch)
tree385363b8f21fc16249c74361eb208201bc1b1561
parent9ad442b4bf5ee5467eee4d10885166d965e6ff08 (diff)
downloadaur-a860de6f4771879afb4a2aebc7b88c1399106af7.tar.gz
Update to v 1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee314a448e8..f708759c5b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
- pkgver = 1.18.1
- pkgrel = 3
+ pkgver = 1.19.1
+ pkgrel = 1
url = https://github.com/awslabs/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.18.1/aws-sam-cli-linux-x86_64.zip
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.19.1/aws-sam-cli-linux-x86_64.zip
sha256sums = 742ea69de70100b132cd636612d5d256e628178f366284bf74defef656969968
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ad1409e487a..182f9fb7f47f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.18.1
-pkgrel=3
+pkgver=1.19.1
+pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
url='https://github.com/awslabs/aws-sam-cli'