mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
15 lines
444 B
JSON
15 lines
444 B
JSON
{
|
|
"homepage": "http://msysgit.github.io/",
|
|
"license": "GPL2",
|
|
"version": "1.9.0",
|
|
"url": "https://msysgit.googlecode.com/files/PortableGit-1.9.0-preview20140217.7z",
|
|
"hash": "sha1:a26032341b4f3c0bb57eb298ba886438f974fc38",
|
|
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
|
|
"post_install": [
|
|
"git config --global credential.helper wincred"
|
|
],
|
|
"checkver": {
|
|
"url": "http://git-scm.com/",
|
|
"re": "<span class='version'>([^<]+)</span>"
|
|
}
|
|
} |