2017-08-07 08:00:18 +00:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b5000",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b5000.x64.20170807.7z",
"hash": "ce6596f7fe7d853222d203b6280ea9b1216d346a3e9e91b25477ce7b40483a31"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b5000.x86.20170807.7z",
"hash": "ed231b5b8651f7ca163c3c48842fd13479914e1ee3cb4f634fb629706f8d858f"
}
},
"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"
}