From 784dd795cb3cec89c06fb624b17533ab01bb8369 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 9 Sep 2021 10:46:06 +0100 Subject: [PATCH] conftest: Add version 0.24.0 (#2126) --- bucket/conftest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/conftest.json diff --git a/bucket/conftest.json b/bucket/conftest.json new file mode 100644 index 0000000000..84688471ef --- /dev/null +++ b/bucket/conftest.json @@ -0,0 +1,26 @@ +{ + "homepage": "https://www.conftest.dev/", + "description": "Conftest is a utility to help you write tests against structured configuration data.", + "license": "Apache-2.0", + "version": "0.27.0", + "architecture": { + "64bit": { + "url": "https://github.com/open-policy-agent/conftest/releases/download/v0.27.0/conftest_0.27.0_Windows_x86_64.zip", + "hash": "78550603596df542de61bcb24063874583d716b3c0de246b328a333f7405e083" + } + }, + "bin": "conftest.exe", + "checkver": { + "github": "https://github.com/open-policy-agent/conftest" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/open-policy-agent/conftest/releases/download/v$version/conftest_$version_Windows_x86_64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}