From 69d34e299bdf8ddb0ad858ec8562a78f87254f3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:32:31 +0000 Subject: [PATCH] mercurial: Update to version 6.0.3 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index da76609236..c2d39db8a9 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.0.2", + "version": "6.0.3", "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.2-x64.exe", - "hash": "6367f8632bf083379de8d4686da74fa43cf9da96fcb5f57c1c421756453a1ba3" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.3-x64.exe", + "hash": "7d9c95064bd0272b1fa083024b9c4fcda2a74451a61cbacac289d92d1bba7032" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.2-x86.exe", - "hash": "a56e51231cbebcf1c06f3a1b34295952c9f3bb35fe37a54ee577be92b2a054b8" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.3-x86.exe", + "hash": "742934b85974087576a7edb89af61dce9912f61dd8f821c12fe01b421a5b919d" } }, "innosetup": true,