From 57224647747859716a3380f4dbc5681ac6688d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 11 Oct 2021 22:34:12 -0700 Subject: [PATCH] mercurial: Update to version 5.9.2 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 984986a7e8..133d661c0f 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "5.9.1", + "version": "5.9.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-5.9.1-x64.exe", - "hash": "56fee96091f0dd67719e6e872415de6191bd767068a87feb59906b44b38dceb2" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.2-x64.exe", + "hash": "05f7b429e86dfd82e7105d3cecc7d0712e023479f291a9d8ba4daf65b5008590" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.1-x86.exe", - "hash": "87836f0cce128015b147912adf74892710784df05483efe6da7d95960f3e9419" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.2-x86.exe", + "hash": "dd8e9b060aa53564f25fcff45855eefb81fcb2e2fd29491df52747996b1b51ce" } }, "innosetup": true,