{ "version": "3.0.6565", "description": "A text-mode files and archives manager", "homepage": "https://farmanager.com/", "license": { "identifier": "BSD-3-Clause", "url": "https://farmanager.com/license.php" }, "architecture": { "64bit": { "url": "https://farmanager.com/files/Far30b6565.x64.20251001.7z", "hash": "a914ea64a58f18d038a08c571df9edef6d2f7e3afda31354a9c533a93146ce95" }, "32bit": { "url": "https://farmanager.com/files/Far30b6565.x86.20251001.7z", "hash": "7a5597cd8ff0065fe71ca2f0a679de0114ef5e71bb63d03e802ad67946d0210f" } }, "pre_install": [ "$ini = 'Far.exe.ini'", "if (!(Test-Path \"$persist_dir\\$ini\")) {", " Copy-Item \"$dir\\Far.exe.example.ini\" \"$dir\\$ini\"", " (Get-Content \"$dir\\$ini\") -replace ';(UseSystemProfiles=)1', '${1}0' | Set-Content \"$dir\\$ini\" -Encoding Ascii", " # Migrate from system wide configuration", " $env:LOCALAPPDATA, $env:APPDATA | ForEach-Object {", " if (Test-Path \"$_\\Far Manager\") {", " warn \"Copying system wide profile from $_ into $dir\"", " Copy-Item \"$_\\Far Manager\\*\" \"$dir\" -Recurse -Force", " }", " }", "}" ], "bin": "far.exe", "persist": [ "Profile", "Far.exe.ini" ], "checkver": { "url": "https://farmanager.com/download.php", "regex": "(?s)Stable.*?Far Manager v(?[\\d.]+) build (?[\\d]+).*?.x64.(?\\d+).7z", "replace": "${version}.${build}" }, "autoupdate": { "architecture": { "64bit": { "url": "https://farmanager.com/files/Far$majorVersion$minorVersionb$patchVersion.x64.$matchDate.7z" }, "32bit": { "url": "https://farmanager.com/files/Far$majorVersion$minorVersionb$patchVersion.x86.$matchDate.7z" } } } }