mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
872 B
JSON
27 lines
872 B
JSON
{
|
|
"version": "0.42.1",
|
|
"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.42.1/conftest_0.42.1_Windows_x86_64.zip",
|
|
"hash": "3cc0a8bf9c86b814f0da4394e9295f490b9d80f2350b66d2073c7d3390815c35"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|