From a6aeeb93834021f4e5ed0960ba69df429b038f2c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 18 Feb 2017 17:50:22 +0100 Subject: [PATCH] Fix far manager version --- far.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/far.json b/far.json index 0527939025..84cf59b897 100644 --- a/far.json +++ b/far.json @@ -1,6 +1,6 @@ { "homepage": "https://farmanager.com/", - "version": "3.0 build 4774", + "version": "30b4774", "architecture": { "64bit": { "url": "https://farmanager.com/files/Far30b4774.x64.20160902.7z", @@ -13,7 +13,17 @@ }, "checkver": { "url": "https://farmanager.com/download.php", - "re": "Far Manager v([\\d.]+ build [0-9]+) x64" + "re": "files/Far(?[b\\d]+).x64.(?\\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" }