2023-07-21 16:30:03 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.26.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.26.0/vals_0.26.0_windows_amd64.tar.gz",
"hash": "84c6cfc93565a4e95e0b149eba353daef4953ef2e63e79641489bc6229ed7673"
},
"32bit": {
"url": "https://github.com/variantdev/vals/releases/download/v0.26.0/vals_0.26.0_windows_386.tar.gz",
"hash": "f703584b76838f90b1f5d8ad81256c8bdbe75cff88b9fcfced10e150058b10c4"
}
},
"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"
}
}
}
}