mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
Updated Git to 2.8.0 due to new release: https://github.com/git-for-windows/git/releases/tag/v2.8.0.windows.1
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://git-for-windows.github.io/",
|
|
"license": "GPL2",
|
|
"version": "2.8.0.windows.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.8.0.windows.1/PortableGit-2.8.0-64-bit.7z.exe#/dl.7z",
|
|
"hash": "a4b199e9ec7b2660b5708a92959ff0eb748bf9bec29f3a05d0bd015f20c06da4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.8.0.windows.1/PortableGit-2.8.0-32-bit.7z.exe#/dl.7z",
|
|
"hash": "6ab6e75281dc61a64ea82a79305073ccfe8ee0ba572a2f1ee69e31b2ce94b66c"
|
|
}
|
|
},
|
|
"bin": [
|
|
"cmd\\git.exe",
|
|
"cmd\\gitk.exe",
|
|
"cmd\\git-gui.exe"
|
|
],
|
|
"post_install": [
|
|
"git config --global credential.helper wincred"
|
|
],
|
|
"notes": "To get Git to recognise OpenSSH, you will need to run\n\nscoop install openssh\n[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')\n\nand then restart powershell.",
|
|
"checkver": {
|
|
"url": "http://git-scm.com/download/win",
|
|
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
|
|
}
|
|
}
|