From fbc329a49b3714ae1698c3ae68b0af83a067c165 Mon Sep 17 00:00:00 2001 From: Leon Yu Date: Thu, 13 Sep 2018 06:47:02 -0400 Subject: [PATCH] mingit: Fix autoupdate regex (#2586) --- mingit-busybox.json | 2 +- mingit.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingit-busybox.json b/mingit-busybox.json index f5116cc8a0..421a165eba 100644 --- a/mingit-busybox.json +++ b/mingit-busybox.json @@ -26,7 +26,7 @@ ], "checkver": { "url": "https://github.com/git-for-windows/git/releases/latest", - "re": "v(?[\\d\\w.]+)/MinGit-(?[\\d.]+).*\\.exe" + "re": "v(?[\\d\\w.]+)/MinGit-(?[\\d.]+).*\\.zip" }, "env_set": { "GIT_INSTALL_ROOT": "$dir" diff --git a/mingit.json b/mingit.json index ccf7435141..a352d6cc52 100644 --- a/mingit.json +++ b/mingit.json @@ -28,7 +28,7 @@ ], "checkver": { "url": "https://github.com/git-for-windows/git/releases/latest", - "re": "v(?[\\d\\w.]+)/MinGit-(?[\\d.]+).*\\.exe" + "re": "v(?[\\d\\w.]+)/MinGit-(?[\\d.]+).*\\.zip" }, "env_set": { "GIT_INSTALL_ROOT": "$dir"