2022-06-10 00:36:18 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.17.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.17.1/vals_0.17.1_windows_amd64.tar.gz",
"hash": "d91591211036604d715736975a6e4b3a1a346b3379bd6fdce19f991123f48387"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.17.1/vals_0.17.1_windows_386.tar.gz",
"hash": "4e559233026e2a34f8d1d8ca4f627cf25038dfe10ef25535971328196f053d3d"
}
},
"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"
}
}
}
}