2024-04-04 17:09:09 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.37.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.37.0/vals_0.37.0_windows_amd64.tar.gz",
"hash": "3f101f5d699a6284932eac6d04f55c385fd638dba2a9c9b423485daeb6754b42"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.37.0/vals_0.37.0_windows_386.tar.gz",
"hash": "c7ab18bf4153872463f68d4383b01829548f02e39353bb85f5105118543b6383"
}
},
"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"
}
}
}
}