From 63a3a22e5b39bb1546846263e0b8f105ecce0fd5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 5 May 2021 03:00:20 +0000 Subject: [PATCH] mercurial: Update to version 5.8 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 3a1cb3f8c6..e01f1ac9d0 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "5.8rc0", + "version": "5.8", "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.8rc0-x64.exe", - "hash": "414c37bc616a6c8b8eabff5dd26a09e4405e0e39c0bcb4bda5ba9f1b389f49ff" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8-x64.exe", + "hash": "d1d6c4a6db02a86bcc6934aed10a4edd1085480697cf6dc2f3322d047d21ca58" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8rc0-x86.exe", - "hash": "8a3b4ebb886ffe8f2cd626a16c39bfae6c3613dbab475ae9ecd7e69ce7d47500" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8-x86.exe", + "hash": "808c2e61b075f65d9c473ce1c62e58f10713e3ba669435f975bedc28782e2cef" } }, "innosetup": true,