2018-05-02 00:00:38 +00:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b5200",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b5200.x64.20180502.7z",
"hash": "b7c4a5155c8164ebc211661bfa7a854f53ef572c841aa52d275ed651f317727b"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b5200.x86.20180502.7z",
"hash": "00bcc6028f6218606c398dd8fe9c444dcc59ac44464dce8ae474dfd18e3d9e14"
}
},
"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"
}