2021-09-19 12:00:36 +00:00

35 lines
1.1 KiB
JSON

{
"version": "30b5888",
"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/Far30b5888.x64.20210919.7z",
"hash": "4aaf0355dc1c072879bd61a248a629212d5beda8b1b13194bbffbd57efce7a8d"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b5888.x86.20210919.7z",
"hash": "142f5ccd5eb4714a3e4a14da3dc851ee17def944ac8a9086cc510dc79e29d631"
}
},
"bin": "far.exe",
"checkver": {
"url": "https://farmanager.com/download.php",
"regex": "files/Far([b\\d]+)\\.x64\\.(?<date>\\d+)\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far$version.x64.$matchDate.7z"
},
"32bit": {
"url": "https://farmanager.com/files/Far$version.x86.$matchDate.7z"
}
}
}
}