mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"version": "4.6.0",
|
|
"description": "A user interface for JSON",
|
|
"homepage": "https://hjson.github.io/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/hjson/hjson-go/releases/download/v4.6.0/hjson_v4.6.0_windows_amd64.zip",
|
|
"hash": "795ad3ae2f5ab341995fd2481eac1b1add9c1bf71210cbf397b3e93763123aba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hjson/hjson-go/releases/download/v4.6.0/hjson_v4.6.0_windows_386.zip",
|
|
"hash": "4671c2f94bd21f746210409048cc64cc5cebc615babb1b2adf49473c3db3cd37"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/hjson/hjson-go/releases/download/v4.6.0/hjson_v4.6.0_windows_arm64.zip",
|
|
"hash": "a068d376a620375d1ec69697da360ad96cc3a80d88a64b256242267995f3b0c3"
|
|
}
|
|
},
|
|
"bin": [
|
|
"hjson.exe",
|
|
[
|
|
"hjson.exe",
|
|
"hjson-cli"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/hjson/hjson-go"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/hjson/hjson-go/releases/download/v$version/hjson_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hjson/hjson-go/releases/download/v$version/hjson_v$version_windows_386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/hjson/hjson-go/releases/download/v$version/hjson_v$version_windows_arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|