mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Remove Git 1.9 version check
Git for Windows 1.x is deprecated, no more updates will be available. The version check used so far 1) doesn't work and 2) would report the most current Git 2.x version anyway…
This commit is contained in:
parent
4b69790eab
commit
360409a2fd
@ -7,9 +7,5 @@
|
||||
"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>"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user