mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.38.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.38.0/vals_0.38.0_windows_amd64.tar.gz",
|
|
"hash": "60ee24665e55b2e0cbf306f2f9f73fed614c1e8936143deabb5b6cf29db73750"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/variantdev/vals/releases/download/v0.38.0/vals_0.38.0_windows_386.tar.gz",
|
|
"hash": "4171da99d4f286f5f28d7de2db7620539728b1ebbd1e445fd69bd4fd9d25ad3c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|