2025-09-01 08:30:49 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.42.1",
"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.1/vals_0.42.1_windows_amd64.tar.gz",
"hash": "babd82e3b753e39e5424d9956b78bec611aecf5b40dc794fb9e6d39b31275906"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.42.1/vals_0.42.1_windows_386.tar.gz",
"hash": "d46312ae94820de68c61f959f38f5bd39bea4012a308de4a03f511d712c151ac"
}
},
"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"
}
}
}
}