mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
* Updated far to version 30b5885 20210901 Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com> Co-authored-by: Akira Yamamoto <3007213+akirayamamoto@users.noreply.github.com>
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "30b5885",
|
|
"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/Far30b5885.x64.20210901.7z",
|
|
"hash": "9964fb5c50fac0cd59798a5ee498abe8f25f5f58da2e33b2d1b69fb9c374308c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5885.x86.20210901.7z",
|
|
"hash": "8733b305cc82cbdc2b14729e6093ac62fd4f71ee1f78a0f7b93a32e90cb42ada"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|