mingit: Fix autoupdate regex (#2586)

This commit is contained in:
Leon Yu 2018-09-13 06:47:02 -04:00 committed by Richard Kuhnt
parent 3001874f09
commit fbc329a49b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
], ],
"checkver": { "checkver": {
"url": "https://github.com/git-for-windows/git/releases/latest", "url": "https://github.com/git-for-windows/git/releases/latest",
"re": "v(?<version>[\\d\\w.]+)/MinGit-(?<short>[\\d.]+).*\\.exe" "re": "v(?<version>[\\d\\w.]+)/MinGit-(?<short>[\\d.]+).*\\.zip"
}, },
"env_set": { "env_set": {
"GIT_INSTALL_ROOT": "$dir" "GIT_INSTALL_ROOT": "$dir"

View File

@ -28,7 +28,7 @@
], ],
"checkver": { "checkver": {
"url": "https://github.com/git-for-windows/git/releases/latest", "url": "https://github.com/git-for-windows/git/releases/latest",
"re": "v(?<version>[\\d\\w.]+)/MinGit-(?<short>[\\d.]+).*\\.exe" "re": "v(?<version>[\\d\\w.]+)/MinGit-(?<short>[\\d.]+).*\\.zip"
}, },
"env_set": { "env_set": {
"GIT_INSTALL_ROOT": "$dir" "GIT_INSTALL_ROOT": "$dir"