mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
* Bump git to 2.9.0.windows.1 * Bump git-with-openssh to 2.9.0.windows.1 * Bump ffmpeg to 2016-06-10 * Bump mercurial to 3.8.3 * Add checkver to redis * Bump redis to 2.8.2104
22 lines
793 B
JSON
22 lines
793 B
JSON
{
|
|
"homepage": "https://mercurial-scm.org/",
|
|
"version": "3.8.3",
|
|
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mercurial-scm.org/release/windows/Mercurial-3.8.3-x64.exe",
|
|
"hash": "5c8a9035e80517d793237d2a598b6a691fb5d9ea87d40d35b29cf554a9b8c73b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mercurial-scm.org/release/windows/Mercurial-3.8.3.exe",
|
|
"hash": "fe22dab4b7560f53f48d1e7c22f1136a87c78272e10e2ad8367bfcf789ea7df6"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "hg.exe",
|
|
"checkver": {
|
|
"url": "https://mercurial-scm.org/downloads",
|
|
"re": "Mercurial ([0-9\\.]+) Inno Setup installer - x86 Windows - does not require admin rights"
|
|
}
|
|
}
|