summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2022-07-04 15:54:07 +0900
committermapk0y2022-07-04 15:54:07 +0900
commit4a9adf64d844f0f1dd3a05e4890fb9d5804f7205 (patch)
treecd39a9fd81427634df8c570f0f462ab67101063b
parent692655f519160ce9f24385b07658ca7ea7556488 (diff)
downloadaur-4a9adf64d844f0f1dd3a05e4890fb9d5804f7205.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef0d46b9216b..dd8d5558a044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cfn-guard-git
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.r0.g23690a6
+ pkgver = 2.1.0.r2.gd348ac9
pkgrel = 1
url = https://github.com/aws-cloudformation/cloudformation-guard
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a0497182b17a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.xz
+cloudformation-guard/
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index e04f8a859268..da778f865854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard-git'
-pkgver=2.0.4.r0.g23690a6
+pkgver=2.1.0.r2.gd348ac9
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'