From fdaacd68e05d8e295f81f3ad6c9da7766672e26a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 25 Jan 2021 03:00:25 +0000 Subject: [PATCH] mercurial: Update to version 5.7rc0 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 26141bff52..dcdb4d8a87 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "5.6.1", + "version": "5.7rc0", "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.6.1-x64.exe", - "hash": "c05568fd1ad43416e98378ae80892963919517fb5fbb26ba6978018d3e9bde12" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.7rc0-x64.exe", + "hash": "806fe88e0b5d53e4ab9487ae1d74ceb978b88984f5ee12a96e0f3bfe4fbc223a" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6.1-x86.exe", - "hash": "d6184823830ccc158572d3d80aa79fc71f1f7ebd751748d47c9c66cc42d858d7" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.7rc0-x86.exe", + "hash": "f3a800385f72fadeef364e6667eeb35c893eb612b444449afa6f6490a788c09c" } }, "innosetup": true,