mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.43.5",
|
|
"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.43.5/vals_0.43.5_windows_amd64.tar.gz",
|
|
"hash": "97fd0578c056cb2045f11346070f3ddc433d4748f4f4c2251387722c0454aeb8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v0.43.5/vals_0.43.5_windows_386.tar.gz",
|
|
"hash": "a0443df314f6ab236f0dad118ba7aadeb23d80db07c459fcf9f707f06ae1c7d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|