summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-08-06 08:50:00 +0100
committeraksel2021-08-06 08:50:00 +0100
commit5f75632e29ed1a3cd795f74bd03e4cb59a8d0101 (patch)
tree99f2ffa3a4ef3f08af16677faf96d072db12eeec
parentba06aa9d4f16d59635fd130baef53212b4d26b37 (diff)
downloadaur-5f75632e29ed1a3cd795f74bd03e4cb59a8d0101.tar.gz
v1.27.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bdc3888aed6..9ef9e127f434 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.26.0
+ pkgver = 1.27.2
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -8,7 +8,7 @@ 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.26.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 31dfa045f00dcce7565a75f89efff0246b47ff3bfdd88dc02245b54e0eee4b90
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.27.2/aws-sam-cli-linux-x86_64.zip
+ sha256sums = de615d0c4eefca60a9d7d623388767eccde93ca8c44d7f7c65e236c171cdd477
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e9a2679e356..c7d04a996741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.26.0
+pkgver=1.27.2
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=("31dfa045f00dcce7565a75f89efff0246b47ff3bfdd88dc02245b54e0eee4b90")
+sha256sums=("de615d0c4eefca60a9d7d623388767eccde93ca8c44d7f7c65e236c171cdd477")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")