2018-10-29 08:00:26 +00:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b5300",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b5300.x64.20181029.7z",
"hash": "fbadf2de8b6d2de7b2bc718923ccd58fa63078888ede4983bf681afdcf9a8d57"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b5300.x86.20181029.7z",
"hash": "52dff99a21af7ae566e01c76cea5f4c8e56e371913349a6d07bb42df15ef9b57"
}
},
"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"
}