mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
23 lines
715 B
JSON
23 lines
715 B
JSON
{
|
|
"version": "22.0.0",
|
|
"description": "Terminal JSON viewer",
|
|
"homepage": "https://github.com/antonmedv/fx",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/fx/releases/download/22.0.0/fx_windows_amd64.exe",
|
|
"hash": "c5279658fa264b5e390ccd42398f8358ea7af3a46ca43c0ee041a976df8e9608"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|