mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
30 lines
963 B
JSON
30 lines
963 B
JSON
{
|
|
"homepage": "https://farmanager.com/",
|
|
"version": "30b5400",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://farmanager.com/files/Far30b5400.x64.20190523.7z",
|
|
"hash": "fa38d0392512e67e517211c6cb9a8470e34b7d3f4bd128dd8707ff5480a0cb5a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5400.x86.20190523.7z",
|
|
"hash": "650f3ffb5cf2b82e49dd42e33780f0ee1dc747b51637444601b2668afaefa4e7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|