summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-08-17 14:45:25 +0200
committeraksel2021-08-17 14:45:25 +0200
commit11464a065f22c3841bd4ee14bd325d9321309d2c (patch)
tree88a212d18a689489dd1a4076bed2a220a71c4b6a
parent5f75632e29ed1a3cd795f74bd03e4cb59a8d0101 (diff)
downloadaur-11464a065f22c3841bd4ee14bd325d9321309d2c.tar.gz
v1.28.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef9e127f434..0092b2aa885d 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.27.2
+ pkgver = 1.28.0
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.27.2/aws-sam-cli-linux-x86_64.zip
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.28.0/aws-sam-cli-linux-x86_64.zip
sha256sums = de615d0c4eefca60a9d7d623388767eccde93ca8c44d7f7c65e236c171cdd477
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7d04a996741..13f94d8ff5ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.27.2
+pkgver=1.28.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=("de615d0c4eefca60a9d7d623388767eccde93ca8c44d7f7c65e236c171cdd477")
+sha256sums=("85af4bc53538d0872bbb65eecc3dc36f04c7285a74f1d21b65932aaacdc43b77")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")