mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
16 lines
526 B
JSON
16 lines
526 B
JSON
{
|
|
"homepage": "http://msysgit.github.io/",
|
|
"license": "GPL2",
|
|
"version": "1.9.2",
|
|
"url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.2-preview20140411/PortableGit-1.9.2-preview20140411.7z",
|
|
"hash": "ba3d95ad7b5ef0a6ecf2825f82b35e9192e5503c50e64aa49e0a9ee8a4a1672e",
|
|
"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>"
|
|
}
|
|
}
|