mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "30b5757",
|
|
"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/Far30b5757.x64.20210310.7z",
|
|
"hash": "304f0080f0e132220292df06c7364ff8bfd5754061a674a0395688ad9a9b0a8f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5757.x86.20210310.7z",
|
|
"hash": "20db6ba78be0af9fda69ed4cf154b9716455cd4361fac178759b7f724bb66525"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|