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