summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2024-02-20 15:03:12 +0900
committermapk0y2024-02-20 15:03:12 +0900
commitbacab78788a7fe7cd53d008d19e1d543475b5c44 (patch)
tree7ffae31a848c5e179661caf6c3b72f812434e62e
parenteeb05ed1b7c3be4fe8915b378918ab6461be6b34 (diff)
downloadaur-bacab78788a7fe7cd53d008d19e1d543475b5c44.tar.gz
Update to v3.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cde762d0556..06aa484e98c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cfn-guard
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
+ pkgver = 3.0.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/3.0.1/cfn-guard-v3-ubuntu-latest.tar.gz
+ source = https://github.com/aws-cloudformation/cloudformation-guard/releases/download/3.0.3/cfn-guard-v3-ubuntu-latest.tar.gz
sha256sums = 7fbdb4fd7cf3f0ef2498717da3b8b4308d7ab405cdfd5a05213dd1a1e0e7b6a7
pkgname = cfn-guard
diff --git a/PKGBUILD b/PKGBUILD
index b2dd99856745..e9a8a490c300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard'
-pkgver=3.0.1
+pkgver=3.0.3
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'