2023-10-14 20:23:17 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.28.1",
"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.28.1/vals_0.28.1_windows_amd64.tar.gz",
"hash": "019c3e92124d25316233e6be25d419d0587787113c3e5040b9bcee4a3ccccb15"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.28.1/vals_0.28.1_windows_386.tar.gz",
"hash": "3428b8c1aa6071167905cde85a546ac2264a74f28b9a41f029c0cb43cf5c0649"
}
},
"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"
}
}
}
}