2023-11-18 08:26:11 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.29.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.29.0/vals_0.29.0_windows_amd64.tar.gz",
"hash": "cf5a3404fbac7ea0b4ff4e61dcc796dfbaa435dadcb356942613e2173442e759"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.29.0/vals_0.29.0_windows_386.tar.gz",
"hash": "10e64eecbf378f8c6bde264ac157e04fef3840b7c1a522fc43e2d63b9c01ba16"
}
},
"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"
}
}
}
}