2018-08-05 15:00:23 +00:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b5254",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b5254.x64.20180805.7z",
"hash": "55559314f24b5b8b13d3f7620164b8b551c937eb93fd14898abe67aaf49ef4f0"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b5254.x86.20180805.7z",
"hash": "fb8af7b3d1d37a8cb4f93a23eb8f8062164e1ba738450bc3fca679c2fb1126fd"
}
},
"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"
}