2017-05-03 01:00:24 +02:00

30 lines
963 B
JSON

{
"homepage": "https://farmanager.com/",
"version": "30b4949",
"architecture": {
"64bit": {
"url": "https://farmanager.com/files/Far30b4949.x64.20170503.7z",
"hash": "a1d924b3157d48c96a9496fd19b9a4a97ae811e2c2dc69a193cdaec33da150e8"
},
"32bit": {
"url": "https://farmanager.com/files/Far30b4949.x86.20170503.7z",
"hash": "c7ab55a6c83e8f547821f799e49f00c47bc7806dee8d265557172d31630711b9"
}
},
"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"
}