mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.37.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.37.6/vals_0.37.6_windows_amd64.tar.gz",
|
|
"hash": "f85c59dc69ca905bf73aa86fa38d6c8f3fca57d122044c44b103c486e8fae0e9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v0.37.6/vals_0.37.6_windows_386.tar.gz",
|
|
"hash": "c463205dd38769617e632a8394e7584dd12da954032792f0354c0477ba71ff29"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|