2024-10-20 00:37:58 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.37.7",
"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.37.7/vals_0.37.7_windows_amd64.tar.gz",
"hash": "26b478c7efae711497b310aece83a42ccd09529bc046482b5cdb0ee2a2420a5b"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.37.7/vals_0.37.7_windows_386.tar.gz",
"hash": "ba9a9193e0410a84681a0a8532920a1718d4e0ff088481b22253e64b41f3b38d"
}
},
"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"
}
}
}
}