From 41b8f9328a8f8cb77ef02cda4c95765109736940 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:29:17 +0000 Subject: [PATCH] mercurial: Update to version 6.1 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index c2d39db8a9..79e986be5f 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.0.3", + "version": "6.1", "description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.", "homepage": "https://www.mercurial-scm.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.3-x64.exe", - "hash": "7d9c95064bd0272b1fa083024b9c4fcda2a74451a61cbacac289d92d1bba7032" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1-x64.exe", + "hash": "4f648beb2706f7bd199596a99ba2486fd17a86f815f44fc1a7d44ae7084c1299" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.3-x86.exe", - "hash": "742934b85974087576a7edb89af61dce9912f61dd8f821c12fe01b421a5b919d" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1-x86.exe", + "hash": "d204d0a262476e1fa888439bd2a710c3bba3b8143945c7ba125afe8f3d7fac57" } }, "innosetup": true,