mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
23 lines
693 B
JSON
23 lines
693 B
JSON
{
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"version": "17.0.0",
|
|
"license": "MIT",
|
|
"description": "Terminal JSON viewer",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/17.0.0/fx-win.exe.zip",
|
|
"hash": "40f7e5a27be0c36d5e6d59b83f1c7134650cbe0dffd15fe4cb1139c73e1d1954"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\fx-win.exe\" 'fx.exe'",
|
|
"bin": "fx.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx-win.exe.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|