ScoopInstaller_Main/bucket/conftest.json
2022-04-12 20:28:10 +00:00

27 lines
872 B
JSON

{
"version": "0.29.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.29.0/conftest_0.29.0_Windows_x86_64.zip",
"hash": "a4101560c2983bb473c8f00c3177b2cab52fee6eaa45fa91700294ae7937e098"
}
},
"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"
}
}
}