From 8e19c19a57b13edff3cf6584fc9bd0f5a4ac146b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 04:38:57 +0000 Subject: [PATCH] mercurial: Update to version 6.2.1 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index ba5dbf194c..19b6865a8d 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.2", + "version": "6.2.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.2-x64.exe", - "hash": "506240e788d02cab372821987ee5dfb7e71f5f76f4d4b818358b194153103fdc" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.2.1-x64.exe", + "hash": "d6c8a7833d387ea65740f60c1b210b50177fcc9ede296af241971dc1decafb75" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.2-x86.exe", - "hash": "38ffad89aa5594fb74578ea38469f68b78915c1e4914c364c796fb3212300835" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.2.1-x86.exe", + "hash": "3fd38de69b19f158b1174ddd41ec8bf3ceb4698c94c66ea94a8bf880d97370d2" } }, "innosetup": true,