mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
mingit: Fix autoupdate regex (#2586)
This commit is contained in:
parent
3001874f09
commit
fbc329a49b
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user