mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-22 19:45:13 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.42.6",
|
|
"description": "Helm-like configuration values loader with support for various sources",
|
|
"homepage": "https://github.com/variantdev/vals",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v0.42.6/vals_0.42.6_windows_amd64.tar.gz",
|
|
"hash": "c6d257f06a4c819735f2fb68191faf89b59e6291884a88eb83214894db1a0f97"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v0.42.6/vals_0.42.6_windows_386.tar.gz",
|
|
"hash": "dd6557995a2d406925eadc640771ee7795fcac6ca2ade8b57d3482cfccb3da0d"
|
|
}
|
|
},
|
|
"bin": "vals.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v$version/vals_$version_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v$version/vals_$version_windows_386.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|