From 26f827d05c0c3d435689ecf638e365c8f85109ec Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 4 Nov 2020 04:00:31 +0000 Subject: [PATCH] mercurial: Update to version 5.6 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 3f1fa50624..4cd0c261c0 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { "homepage": "https://www.mercurial-scm.org/", "description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.", - "version": "5.6rc0", + "version": "5.6", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6rc0-x64.exe", - "hash": "0a2425c10e61a7ba03992f08a0a4ea5c901f340a11323691500c55f4af6fa18a" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6-x64.exe", + "hash": "0bf005c2b4d81dd24c15219fba52e21c96f175bbe91f4642a1b8cfad5da667b4" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6rc0-x86.exe", - "hash": "5b3c53946e05ab6b13c693a77efe36ef9830e299f562dc4a458c4d28959ccf8a" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6-x86.exe", + "hash": "a03884621fb1c5422e8820e51f3f4f77eb4b1afc7b5841648e4d12e2e4512b3e" } }, "innosetup": true,