From b5c026c17314185b572d8377788bdb033095cbc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 04:29:05 +0000 Subject: [PATCH] mercurial: Update to version 6.0.2 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 8cdb0c343d..da76609236 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.0.1", + "version": "6.0.2", "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.1-x64.exe", - "hash": "39b1fee248080ff102430c27b09f6ba16f6c58b34384f464e4e44ae8d43217b0" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.2-x64.exe", + "hash": "6367f8632bf083379de8d4686da74fa43cf9da96fcb5f57c1c421756453a1ba3" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.1-x86.exe", - "hash": "86dbdf1e848d83958967cff2cd4c6fe178dc51fefdd5540d26347be33c8c35d2" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.2-x86.exe", + "hash": "a56e51231cbebcf1c06f3a1b34295952c9f3bb35fe37a54ee577be92b2a054b8" } }, "innosetup": true,