mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
mingit: Fix autoupdate regex (#2586)
This commit is contained in:
parent
3001874f09
commit
fbc329a49b
@ -26,7 +26,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"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": {
|
||||
"GIT_INSTALL_ROOT": "$dir"
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"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": {
|
||||
"GIT_INSTALL_ROOT": "$dir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user