mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
* Safeguards against bogus file names on NTFS (CVE-2014-9390) * More info https://github.com/blog/1938-vulnerability-announced-update-your-git-clients
16 lines
526 B
JSON
16 lines
526 B
JSON
{
|
|
"homepage": "http://msysgit.github.io/",
|
|
"license": "GPL2",
|
|
"version": "1.9.5",
|
|
"url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/PortableGit-1.9.5-preview20141217.7z",
|
|
"hash": "e0b597f7a27803fb76c27254c9974e946ddfd713d4a37eac22e18c3be2a3e67e",
|
|
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
|
|
"post_install": [
|
|
"git config --global credential.helper wincred"
|
|
],
|
|
"checkver": {
|
|
"url": "http://git-scm.com/download/win",
|
|
"re": "downloading version <strong>([^<]+)</strong>"
|
|
}
|
|
}
|