2023-08-22 08:26:12 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.27.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.27.1/vals_0.27.1_windows_amd64.tar.gz",
"hash": "9310281e76072c43beb647f5f926b796673e903f0e1e28f464f4f572e0d10337"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.27.1/vals_0.27.1_windows_386.tar.gz",
"hash": "88b9c9e39cc97c26ad803d9b609d3004914f36f6ea0b602c4825364f723351ee"
}
},
"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"
}
}
}
}