2024-01-21 16:26:36 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.33.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.33.0/vals_0.33.0_windows_amd64.tar.gz",
"hash": "281c43c3b722917db908867d9820a7ba3d34d492bd017b02e80ca01bd605768b"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.33.0/vals_0.33.0_windows_386.tar.gz",
"hash": "61e4d3149a0a3ae09411981b48183683ab2f72b5d882267cb8a9f8061243d36a"
}
},
"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"
}
}
}
}