Update mercurial to version 4.3.1

This commit is contained in:
Richard Kuhnt 2017-08-15 14:57:11 +02:00
parent 3fd8acd016
commit c3715ef5b6

View File

@ -1,22 +1,22 @@
{ {
"homepage": "https://www.mercurial-scm.org/", "homepage": "https://www.mercurial-scm.org/",
"version": "4.3", "version": "4.3.1",
"license": "https://www.gnu.org/licenses/gpl-2.0.txt", "license": "https://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3-x64.exe", "url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.1-x64.exe",
"hash": "aee1536960f37b6a702e0ff735171209c38069e7c75d1d5bd6cfc2238f0134ad" "hash": "cf34ff6f1acaf4af7390555906ba4906361d5e0e47c316ac110836b94b0337cc"
}, },
"32bit": { "32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.exe", "url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.1.exe",
"hash": "1820da555625d8a619506f389e8dee150b67a462c17e15ec0c8cf93fa3298106" "hash": "bcff7f0ed117f07933a99a240f79e55b0fcfc5580475ad7f3c03dadd4d9a1d7d"
} }
}, },
"innosetup": true, "innosetup": true,
"bin": "hg.exe", "bin": "hg.exe",
"checkver": { "checkver": {
"url": "https://www.mercurial-scm.org/wiki/WhatsNew", "url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)" "re": "Mercurial-([\\d.]+).exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {