mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.37.4",
|
|
"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.4/vals_0.37.4_windows_amd64.tar.gz",
|
|
"hash": "b46352575438f5543dc2c324ca4efa0c6a6d7b40af3bc4fef9dc0f5518003746"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v0.37.4/vals_0.37.4_windows_386.tar.gz",
|
|
"hash": "73f826e6c7a4fa600c288f55ac391139c8994d37b7d6b8583155e00e8d5306a4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|