2022-11-04 04:33:39 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.19.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.19.0/vals_0.19.0_windows_amd64.tar.gz",
"hash": "62dc6a7603379a86674dc6b4da173846062dde32a47c0a120b78ee5dd1e1fa70"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.19.0/vals_0.19.0_windows_386.tar.gz",
"hash": "c1848aec2cc93c31e71a695aff40059cfb59757cf6d54aabacaf96c6a410a8cf"
}
},
"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"
}
}
}
}