mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "24.1.0",
|
|
"description": "Terminal JSON viewer",
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/24.1.0/fx_windows_amd64.exe#/fx.exe",
|
|
"hash": "79ff20610620a8687a1d321bbfcd72b626d2c10d5f59f36eb263d64327ea729e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/24.1.0/fx_windows_arm64.exe#/fx.exe",
|
|
"hash": "05aaaef6a317ab50b8c8ed1f273f457d352e0451586be8432f31d1ab46df528d"
|
|
}
|
|
},
|
|
"bin": "fx.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx_windows_amd64.exe#/fx.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx_windows_arm64.exe#/fx.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|