From 156784335d5e0f1f09f348773fcff47cf9aa47c0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 Oct 2019 16:00:26 +0000 Subject: [PATCH] mercurial: Update to version 5.1.2 --- bucket/mercurial.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index df96bd7457..e60856ba9a 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.1.1", + "version": "5.1.2", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.1-x64.exe", - "hash": "7892cf8ec21447d1d7d85ac89232b4bfde52a441014be6ca6c92446419d47db6" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.2-x64.exe", + "hash": "e88ff4640f08e3ff9f4e366c547b5c9430e0670a99a8273ad4e522d122d47a14" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.1.exe", - "hash": "e27ec889c8e10a638d4f343af4f52da98c699639c51b7ac428a1b37d47750f40" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.2.exe", + "hash": "47647203bf160126c54e44a30881d326e5902ee8e90e917a2e763f8de0f56fbd" } }, "innosetup": true,