summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2024-02-20 15:10:44 +0900
committermapk0y2024-02-20 15:10:44 +0900
commit3f35c5593e22195c07832a4c4aab7e393e3cd1d7 (patch)
tree252bbbb0041963f1d8e2b014f9f1e1a20828dbf9
parent1398de3e285792b88a1dbcab0519b1b8a49c8728 (diff)
downloadaur-cfn-guard-git.tar.gz
Update to v3.0.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b19f93967faf..391e8ae4990d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cfn-guard-git
pkgdesc = Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules.
- pkgver = 3.0.1.r1.ga524d87
+ pkgver = 3.0.3.r20.g42e2d5b
pkgrel = 1
url = https://github.com/aws-cloudformation/cloudformation-guard
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b01903938dfa..3f537efa3d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard-git'
-pkgver=3.0.1.r1.ga524d87
+pkgver=3.0.3.r20.g42e2d5b
pkgrel=1
pkgdesc='Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules.'
url='https://github.com/aws-cloudformation/cloudformation-guard'