From ff7781af38829f015c09a319a18528b51eea53f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:29:50 +0000 Subject: [PATCH] mercurial: Update to version 7.0 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 6be01c3bf1..98940a7300 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.3.1", + "version": "7.0", "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.3.1-x64.exe", - "hash": "be8bbadc156ad7f3bc46d7787d1eb681231cbe34c04c473becc2f9a69d2a09ee" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-7.0-x64.exe", + "hash": "b48b7906b984dd925ba8102e0c18d419222fe4d857d6859e6508d88a86efb6e7" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3.1-x86.exe", - "hash": "e2bec8a6b9bbe97c80fc16994920d25503cd8fcd53191f087f99d30fb1e354fc" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-7.0-x86.exe", + "hash": "f4e222e232548b085981b3540df2e7d9812d759c2b96159204bbb354afd4f3a3" } }, "innosetup": true,