From 357533749c6bffd8364afa067135bf21a6bd8c9e Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 2 Feb 2020 18:14:45 -0800 Subject: [PATCH] mercurial: Update to 5.3rc1 (fix au.url) (#778) --- bucket/mercurial.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/mercurial.json b/bucket/mercurial.json index 1328f147dd..5b583c45cb 100644 --- a/bucket/mercurial.json +++ b/bucket/mercurial.json @@ -1,23 +1,23 @@ { "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.2", + "version": "5.3rc1", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.2-x64.exe", - "hash": "ca75f9cec7b9ae9b05cf5394277f5e7de12cc4ecc1fde4575a908bdf1a7e073d" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3rc1-x64.exe", + "hash": "13d978362d0e385637c5b2191a12c5d65fa585ede69c85bc5487ade052f41366" }, "32bit": { - "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.2.exe", - "hash": "115544dcbbef0ae93486705603d2da70cc0f3412bd7483c568ca32d6b050e690" + "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3rc1.exe", + "hash": "7288b0ba1516df8077112dc60e96a855a22437c49f80e712fcf99a14e1c48ca7" } }, "innosetup": true, "bin": "hg.exe", "checkver": { "url": "https://www.mercurial-scm.org/release/windows/latest.dat", - "re": "Mercurial-([\\d.]+).exe" + "re": "Mercurial-([\\w.]+).exe" }, "autoupdate": { "architecture": {