mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 20:41:19 +00:00
23 lines
693 B
JSON
23 lines
693 B
JSON
{
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"version": "18.0.0",
|
|
"license": "MIT",
|
|
"description": "Terminal JSON viewer",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/18.0.0/fx-win.exe.zip",
|
|
"hash": "281553e4ea85c4ca7c4aded807fc28b53eeff8ec2325bf0cb86aa00b04de9e87"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|