mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "30b5775",
|
|
"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/Far30b5775.x64.20210405.7z",
|
|
"hash": "cce9408545432283379ce72607f5f680e8c5d43ba02e8c36846b56953a18af1d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5775.x86.20210405.7z",
|
|
"hash": "ccbc6e967df3aeae40a1d3001d762a5c386afd20266f3bf245e3999996554c20"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|