mercurial: Update to 5.3rc1 (fix au.url) (#778)

This commit is contained in:
Ross Smith II 2020-02-02 18:14:45 -08:00 committed by GitHub
parent 594271ffed
commit 357533749c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,23 @@
{ {
"homepage": "https://www.mercurial-scm.org/", "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.", "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", "license": "GPL-2.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.2-x64.exe", "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3rc1-x64.exe",
"hash": "ca75f9cec7b9ae9b05cf5394277f5e7de12cc4ecc1fde4575a908bdf1a7e073d" "hash": "13d978362d0e385637c5b2191a12c5d65fa585ede69c85bc5487ade052f41366"
}, },
"32bit": { "32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.2.exe", "url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3rc1.exe",
"hash": "115544dcbbef0ae93486705603d2da70cc0f3412bd7483c568ca32d6b050e690" "hash": "7288b0ba1516df8077112dc60e96a855a22437c49f80e712fcf99a14e1c48ca7"
} }
}, },
"innosetup": true, "innosetup": true,
"bin": "hg.exe", "bin": "hg.exe",
"checkver": { "checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat", "url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\d.]+).exe" "re": "Mercurial-([\\w.]+).exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {