summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2022-07-04 15:49:33 +0900
committermapk0y2022-07-04 15:49:33 +0900
commit5d3c41c88aec5eae2e844b3c3a7ce838205e50e1 (patch)
treea57b8b03942be5e16e261240609994e68c6ca9f4
parent5e8e662165d1fb71e7256ca9759ad2d3cabbe22b (diff)
downloadaur-5d3c41c88aec5eae2e844b3c3a7ce838205e50e1.tar.gz
Update to v2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f234c2f20e..5aa84c7fd09d 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.0.4
+ pkgver = 2.1.0
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.0.4/cfn-guard-v2-ubuntu-latest.tar.gz
- sha256sums = 6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372
+ source = https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.1.0/cfn-guard-v2-ubuntu-latest.tar.gz
+ sha256sums = fcc5b758607234efcf95d82f22097a0fc6acf5d9db7bc161cd838797da1f3c96
pkgname = cfn-guard
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6a12f7f5b9c1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.gz
+*.tar.xz
+pkg/
+src/
+
diff --git a/PKGBUILD b/PKGBUILD
index b91f8c9894ca..b95c6394b074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard'
-pkgver=2.0.4
+pkgver=2.1.0
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=('6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372')
+sha256sums=('fcc5b758607234efcf95d82f22097a0fc6acf5d9db7bc161cd838797da1f3c96')
package() {
install -Dm755 ${srcdir}/cfn-guard-v2-ubuntu-latest/cfn-guard "$pkgdir/usr/bin/cfn-guard"