2018-08-03 14:00:26 +00:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b5252",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b5252.x64.20180803.7z",
"hash": "8e913f2757d6a390f73f999ba7bdca2d21ce43076a59a6385217d69a1a81f700"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b5252.x86.20180803.7z",
"hash": "7f19a76848cfbce542d0ba112d580626e353cd41c3c1dfc1f27cefd5c1f2a22b"
}
},
"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"
}