2024-03-22 17:08:10 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.36.0",
"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.36.0/vals_0.36.0_windows_amd64.tar.gz",
"hash": "a2b70443ce771dd12c2c3707b1dc2eed3d87657de4751d5dd397c2516e052e2a"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.36.0/vals_0.36.0_windows_386.tar.gz",
"hash": "0ee68a3e8037454ae67d0100a1993ada0767fb642ac120675ed1d653c6c2fc9e"
}
},
"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"
}
}
}
}