ScoopInstaller_Main/bucket/mercurial.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.9.1",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.9.1-x64.exe",
"hash": "9923559046660ff8fd3e880a5cfc7d79c67db52eb1235ab404beaa37f0485c55"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.9.1.exe",
"hash": "d9f8e7adc1d8dad3e46328cb33243d8f14fcb5763c236d04aeb7b4a7efb72965"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\d.]+).exe"
},
"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"
}
}
}
}