2024-06-04 12:31:12 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.37.2",
"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.2/vals_0.37.2_windows_amd64.tar.gz",
"hash": "3e6a35bb77ee13924f3016d9900f74505cb6132d4867fee8e1fc1c1ea719d2ee"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.37.2/vals_0.37.2_windows_386.tar.gz",
"hash": "b953e65499f731c10f7f0bb4ba426e9375219d1bc49f42ad3b333c3679a2cbd6"
}
},
"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"
}
}
}
}