2023-09-29 20:24:54 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.28.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.28.0/vals_0.28.0_windows_amd64.tar.gz",
"hash": "56b9398351058162b77e2bd2b2acbd38bab864d3d63f921609c1d8f71d0b7691"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.28.0/vals_0.28.0_windows_386.tar.gz",
"hash": "17275880e2c0df0040afbb66e5e013c326bfdd12b58f2becaddc82a3c4a1315f"
}
},
"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"
}
}
}
}