From 628e4891d36fa1576e917d3a4879d654c9b9ec88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:29:54 +0000 Subject: [PATCH] mercurial: Update to version 6.1.4 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 65d2adc665..dae1874c71 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,16 +1,16 @@ { - "version": "6.1.3", + "version": "6.1.4", "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-6.1.3-x64.exe", - "hash": "7aa584bd55e33daaf5f1430b74afa9f068eaef25777868f0a8a738d120913e44" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1.4-x64.exe", + "hash": "4dfe36d78a65c76bcbf3d0436aabdd6101e93f5371fb27fef6994d0728fc14e1" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1.3-x86.exe", - "hash": "48dcafa5b6d1cdd9642261890caac357dc93e8a95b3b23494d61da129df1a235" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1.4-x86.exe", + "hash": "ac6fdc5c91770957ca7867257584dde358370fbc9ec070a4452bfbff1d42de99" } }, "innosetup": true,