2023-12-05 12:30:12 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.30.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.30.0/vals_0.30.0_windows_amd64.tar.gz",
"hash": "d1c3d802adb7a453b47e6906e28d33c2b2f30810883bda8637c0a8cf8d1a90a6"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.30.0/vals_0.30.0_windows_386.tar.gz",
"hash": "a92f056b545d57563c8bd31d4d2a97e6d287da8bbcb59d0f10753c0ec03fa2fc"
}
},
"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"
}
}
}
}