Fix far manager version

This commit is contained in:
Richard Kuhnt 2017-02-18 17:50:22 +01:00
parent fdd48a34bd
commit a6aeeb9383

View File

@ -1,6 +1,6 @@
{ {
"homepage": "https://farmanager.com/", "homepage": "https://farmanager.com/",
"version": "3.0 build 4774", "version": "30b4774",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://farmanager.com/files/Far30b4774.x64.20160902.7z", "url": "https://farmanager.com/files/Far30b4774.x64.20160902.7z",
@ -13,7 +13,17 @@
}, },
"checkver": { "checkver": {
"url": "https://farmanager.com/download.php", "url": "https://farmanager.com/download.php",
"re": "<b>Far Manager v([\\d.]+ build [0-9]+) x64</b>" "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" "bin": "far.exe"
} }