From 2ca32c48c4bf5c930d297a72362e39ad004385ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:28:46 +0000 Subject: [PATCH] mercurial: Update to version 6.0.1 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 2351704533..8cdb0c343d 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.0", + "version": "6.0.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-x64.exe", - "hash": "5430ccf14817644cd44e84352cee2fee0c901ecd82065a63a469e471b67bdccf" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.1-x64.exe", + "hash": "39b1fee248080ff102430c27b09f6ba16f6c58b34384f464e4e44ae8d43217b0" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0-x86.exe", - "hash": "7ffbb7f7f8154302c5627eff2fbcb7dd280ac027dc598c25720f63b393d54e8c" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.0.1-x86.exe", + "hash": "86dbdf1e848d83958967cff2cd4c6fe178dc51fefdd5540d26347be33c8c35d2" } }, "innosetup": true,