mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
29 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|