2023-04-04 16:28:01 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.24.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.24.0/vals_0.24.0_windows_amd64.tar.gz",
"hash": "672fff276e3bffe47f3afba95e0a4c4bf42e4b537072f65c543ea541624b94a3"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.24.0/vals_0.24.0_windows_386.tar.gz",
"hash": "4771cb0a2e4fce7bee73a69a146cc50880cbb6b82aeb71c26b4390912c81dc37"
}
},
"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"
}
}
}
}