2019-12-10 20:00:23 +00:00

61 lines
1.9 KiB
JSON

{
"version": "2.24.1.windows.2",
"homepage": "https://gitforwindows.org",
"description": "Distributed version control system.",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-64-bit.7z.exe#/dl.7z",
"hash": "cb75e4a557e01dd27b5af5eb59dfe28adcbad21638777dd686429dd905d13899"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-32-bit.7z.exe#/dl.7z",
"hash": "88f5525999228b0be8bb51788bfaa41b14430904bc65f1d4bbdcf441cac1f7fc"
}
},
"bin": [
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe",
"usr\\bin\\tig.exe",
"git-bash.exe"
],
"shortcuts": [
[
"git-bash.exe",
"Git Bash",
"--cd-to-home"
],
[
"cmd\\git-gui.exe",
"Git GUI"
],
[
"cmd\\gitk.exe",
"gitk"
]
],
"post_install": "git config --global credential.helper manager",
"checkver": {
"github": "https://github.com/git-for-windows/git",
"regex": "v([\\w.]+)/PortableGit-(?<ver>[\\d\\w.]+)-64-bit"
},
"env_set": {
"GIT_INSTALL_ROOT": "$dir"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v$version/PortableGit-$matchVer-64-bit.7z.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v$version/PortableGit-$matchVer-32-bit.7z.exe#/dl.7z"
}
},
"hash": {
"url": "https://github.com/git-for-windows/git/releases/latest",
"regex": "<td>$basename</td>\\s*<td>$sha256</td>"
}
}
}