2017-02-21 09:00:48 +01:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b4900",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b4900.x64.20170221.7z",
"hash": "161ec4a51615a7c8b2a8931d38b28d109e3f837e94af0d78f813738a363cae84"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b4900.x86.20170221.7z",
"hash": "341c9765982deb12204785ccc42b718413b3119ef2d0023e540e41efc6d3192d"
}
},
"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"
}