mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
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.20210830.7z",
|
|
"hash": "990273a3f7de56e4f0990b6037bc55f92426a8b0f458df5c87cf79d82b189f55"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5885.x86.20210830.7z",
|
|
"hash": "91197f5293b9652bdae2bc4731a0509485ea123e33a94a0430d0f0f3cc7ede1a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|