ScoopInstaller_Main/bucket/conftest.json
2023-03-24 04:29:23 +00:00

27 lines
872 B
JSON

{
"version": "0.40.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.40.0/conftest_0.40.0_Windows_x86_64.zip",
"hash": "12063c134b1e0df33dcd98da187af0d1a1b654f714ec2bff746fa60f8ca85f25"
}
},
"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"
}
}
}