mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"license": {
|
|
"identifier": "BSD-3-Clause",
|
|
"url": "https://farmanager.com/license.php"
|
|
},
|
|
"homepage": "https://farmanager.com/",
|
|
"description": "A text-mode files and archives manager.",
|
|
"version": "30b5511",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://farmanager.com/files/Far30b5511.x64.20191120.7z",
|
|
"hash": "f58ebacc987f5ad8401cde6576046536bb1c03840ff36753d11b5373b141e3ff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5511.x86.20191120.7z",
|
|
"hash": "bdeff8f1258c9054eb00494df4602a1f9c4a23e14ad80a1737ff7c4a062d3a31"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://farmanager.com/download.php",
|
|
"re": "files/Far(?<version>[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"
|
|
}
|
|
}
|
|
},
|
|
"bin": "far.exe"
|
|
}
|