summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2022-11-16 10:03:56 +0900
committermapk0y2022-11-16 10:03:56 +0900
commit59b6a4478c62ae5deaa3851787bc71d6a78c76f1 (patch)
tree10ec07dc52036cd3e4d74fb16897fcbd8cd0b2ca
parent5d3c41c88aec5eae2e844b3c3a7ce838205e50e1 (diff)
downloadaur-59b6a4478c62ae5deaa3851787bc71d6a78c76f1.tar.gz
Update to v2.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aa84c7fd09d..0e3113d3fc14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cfn-guard
pkgdesc = A set of tools to check AWS CloudFormation templates for policy compliance using a simple, policy-as-code, declarative syntax
- pkgver = 2.1.0
+ pkgver = 2.1.3
pkgrel = 1
url = https://github.com/aws-cloudformation/cloudformation-guard
arch = x86_64
license = Apache
depends = gcc-libs
conflicts = cfn-guard-git
- source = https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.1.0/cfn-guard-v2-ubuntu-latest.tar.gz
- sha256sums = fcc5b758607234efcf95d82f22097a0fc6acf5d9db7bc161cd838797da1f3c96
+ source = https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.1.3/cfn-guard-v2-ubuntu-latest.tar.gz
+ sha256sums = d3e0463905f86cba7f3e27dbacb2af98bce0995c8955d65b2257a023662d9c8d
pkgname = cfn-guard
diff --git a/PKGBUILD b/PKGBUILD
index b95c6394b074..66f2893fa950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard'
-pkgver=2.1.0
+pkgver=2.1.3
pkgrel=1
pkgdesc='A set of tools to check AWS CloudFormation templates for policy compliance using a simple, policy-as-code, declarative syntax'
url='https://github.com/aws-cloudformation/cloudformation-guard'
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('gcc-libs')
conflicts=("cfn-guard-git")
source=("${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz")
-sha256sums=('fcc5b758607234efcf95d82f22097a0fc6acf5d9db7bc161cd838797da1f3c96')
+sha256sums=('d3e0463905f86cba7f3e27dbacb2af98bce0995c8955d65b2257a023662d9c8d')
package() {
install -Dm755 ${srcdir}/cfn-guard-v2-ubuntu-latest/cfn-guard "$pkgdir/usr/bin/cfn-guard"