From b97a26e0ec2d972a2e9ac613923bbf3a18cf444b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 30 Aug 2021 21:00:36 +0000 Subject: [PATCH] mercurial: Update to version 5.9.1 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 5b2dc0a1ce..984986a7e8 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "5.9", + "version": "5.9.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-5.9-x64.exe", - "hash": "e8c9b7ec52645c062483e449ec5ff1de1c690e73af70f4d264c58beccce76ef2" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.1-x64.exe", + "hash": "56fee96091f0dd67719e6e872415de6191bd767068a87feb59906b44b38dceb2" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9-x86.exe", - "hash": "69433085d7d4b664fb7ef2f92777e1f0a87fdc569ceda19202118c7ffd801c78" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.1-x86.exe", + "hash": "87836f0cce128015b147912adf74892710784df05483efe6da7d95960f3e9419" } }, "innosetup": true,