diff --git a/.gitmodules b/.gitmodules index b42ce41860..3c22d1efee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,6 @@ [submodule "third_party/watchdog"] path = third_party/watchdog_deps/watchdog url = https://github.com/gorakhargosh/watchdog -[submodule "third_party/mrab-regex"] - path = third_party/mrab-regex - url = https://bitbucket.org/mrabarnett/mrab-regex.git +[submodule "third_party/mrab-regex-github"] + path = third_party/mrab-regex-github + url = https://github.com/mrabarnett/mrab-regex diff --git a/CORE_VERSION b/CORE_VERSION index abac1ea7b7..21e72e8ac3 100644 --- a/CORE_VERSION +++ b/CORE_VERSION @@ -1 +1 @@ -47 +48 diff --git a/third_party/mrab-regex b/third_party/mrab-regex deleted file mode 160000 index bf5e239c0e..0000000000 --- a/third_party/mrab-regex +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bf5e239c0ed893330984d91f793dafed1d0ac9c5 diff --git a/third_party/mrab-regex-github b/third_party/mrab-regex-github new file mode 160000 index 0000000000..34333d5009 --- /dev/null +++ b/third_party/mrab-regex-github @@ -0,0 +1 @@ +Subproject commit 34333d5009b119949112546b1f82a1edfb590398