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": "30b5100",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://farmanager.com/files/Far30b5100.x64.20171126.7z",
|
|
"hash": "7a1b1b19e07f6c57778c9fe29e703be0041fc2dd8574131375bfb66811232597"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5100.x86.20171126.7z",
|
|
"hash": "a4eaccff34ae71d1535abe708c0ff7f34b7df7d9e764a636483b256bfe1debed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|