ScoopInstaller_Main/bucket/conftest.json
2024-06-07 20:25:48 +00:00

27 lines
872 B
JSON

{
"version": "0.53.0",
"description": "Test utility for structured configuration files",
"homepage": "https://www.conftest.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/conftest/releases/download/v0.53.0/conftest_0.53.0_Windows_x86_64.zip",
"hash": "59cd38b4d3ad771ac979b9304857ad3257c7bfdd5059b5de5a9b6ca15ad8ca0b"
}
},
"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"
}
}
}