From 2df52900f97f89744592f0da305b1bd25428906e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 04:29:50 +0000 Subject: [PATCH] mercurial: Update to version 6.3.1 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 45d70e0a36..6be01c3bf1 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.3rc0", + "version": "6.3.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.3rc0-x64.exe", - "hash": "d6b186b4c01aa015ec417ff2e1368e6787055fd9738cc1e2bbf5a3fc123a66e6" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3.1-x64.exe", + "hash": "be8bbadc156ad7f3bc46d7787d1eb681231cbe34c04c473becc2f9a69d2a09ee" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3rc0-x86.exe", - "hash": "456fe745c5de84e31ad404dabdefab9c3282c308c5f1c4ba10ae712153bdab5e" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3.1-x86.exe", + "hash": "e2bec8a6b9bbe97c80fc16994920d25503cd8fcd53191f087f99d30fb1e354fc" } }, "innosetup": true,