ScoopInstaller_Main/bucket/conftest.json
2023-10-02 00:32:45 +00:00

27 lines
872 B
JSON

{
"version": "0.46.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.46.0/conftest_0.46.0_Windows_x86_64.zip",
"hash": "e8c008fed8c2b793686d8ec14ed2c6795bc8b8e4e2398f6cf11a06298f6f6d27"
}
},
"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"
}
}
}