From 2920723bb623788a16fb6a2976551187d8d3025c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 9 Jan 2020 08:00:59 +0000 Subject: [PATCH] mercurial: Update to version 5.2.2 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 5c0cbe9d01..1328f147dd 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { "homepage": "https://www.mercurial-scm.org/", "description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.", - "version": "5.2.1", + "version": "5.2.2", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.1-x64.exe", - "hash": "de937461b5b0daec12bca6ee326e18082d49c32e6a3410f639cf291e3f755fdf" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.2-x64.exe", + "hash": "ca75f9cec7b9ae9b05cf5394277f5e7de12cc4ecc1fde4575a908bdf1a7e073d" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.1.exe", - "hash": "abc61583c18e92064e558fe5fd0001c100e8ab58ff7f1341b1ebdd6e6d9592cb" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.2.exe", + "hash": "115544dcbbef0ae93486705603d2da70cc0f3412bd7483c568ca32d6b050e690" } }, "innosetup": true,