ScoopInstaller_Main/mercurial.json
2017-04-18 20:00:31 +02:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.1.3",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.1.3-x64.exe",
"hash": "1b5cb1684b2483fea0ad76ae2fd7e4761a6a854ea232abe75415790136532a82"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.1.3.exe",
"hash": "3041e5def982ef33dc8ee87afff32e180636abf50268c726238f9670fbdcbfd8"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x64.exe"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version.exe"
}
}
}
}