From 7d19f57c734f81080dc354d863f5d42e95e453a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:40:16 +0000 Subject: [PATCH] mercurial: Update to version 7.1.2 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index dc2c3c50e7..71439a1ef8 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "7.0.3", + "version": "7.1.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-7.0.3-x64.exe", - "hash": "d9a1406f2b4c34ad36c48c78940c8b2eeb4439a735493cfc3a2f273c7fd0803b" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-7.1.2-x64.exe", + "hash": "22219ca17a3e6b67eb4678d470de010bf66478b7d4861ea5e29f3cd31585eb25" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-7.0.3-x86.exe", - "hash": "00a06c63058188eed2f79df805c5a9523fe4fe8e99620c9a990df4e22257152d" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-7.1.2-x86.exe", + "hash": "af023d07202115351cb18a9b644577c01b293c95897d1fb065c924749c659333" } }, "innosetup": true,