mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
23 lines
715 B
JSON
23 lines
715 B
JSON
{
|
|
"version": "23.0.1",
|
|
"description": "Terminal JSON viewer",
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/23.0.1/fx_windows_amd64.exe",
|
|
"hash": "c7cd741007ce14f4c750b2acea10e2804c5bc65f5fbf8708e66efc5bb1709f2c"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\fx_windows_amd64.exe\" 'fx.exe'",
|
|
"bin": "fx.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx_windows_amd64.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|