From c3715ef5b6cd9da4c325cd4b350421c3df392c37 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 15 Aug 2017 14:57:11 +0200 Subject: [PATCH] Update mercurial to version 4.3.1 --- mercurial.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mercurial.json b/mercurial.json index a2f35a6fcd..1cda7626ab 100644 --- a/mercurial.json +++ b/mercurial.json @@ -1,22 +1,22 @@ { "homepage": "https://www.mercurial-scm.org/", - "version": "4.3", + "version": "4.3.1", "license": "https://www.gnu.org/licenses/gpl-2.0.txt", "architecture": { "64bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3-x64.exe", - "hash": "aee1536960f37b6a702e0ff735171209c38069e7c75d1d5bd6cfc2238f0134ad" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.1-x64.exe", + "hash": "cf34ff6f1acaf4af7390555906ba4906361d5e0e47c316ac110836b94b0337cc" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.exe", - "hash": "1820da555625d8a619506f389e8dee150b67a462c17e15ec0c8cf93fa3298106" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.1.exe", + "hash": "bcff7f0ed117f07933a99a240f79e55b0fcfc5580475ad7f3c03dadd4d9a1d7d" } }, "innosetup": true, "bin": "hg.exe", "checkver": { - "url": "https://www.mercurial-scm.org/wiki/WhatsNew", - "re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)" + "url": "https://www.mercurial-scm.org/release/windows/latest.dat", + "re": "Mercurial-([\\d.]+).exe" }, "autoupdate": { "architecture": {