]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
git://github.com protocol is not longer supported, change to https
authorMarkham <markham001@gmx.de>
Sat, 19 Mar 2022 10:58:24 +0000 (11:58 +0100)
committerMarkham <markham001@gmx.de>
Sat, 19 Mar 2022 10:58:24 +0000 (11:58 +0100)
make/archives.mk

index 2b68e3eac01e25444b217c4c6840e548ab4c90fd..70491e43249b23f37f1cb924e60773c6ed747751 100755 (executable)
@@ -395,7 +395,7 @@ $(ARCHIVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER).tar.gz:
        mkdir -p $(BUILD_TMP)
        set -e; cd $(BUILD_TMP); \
                rm -rf crosstool-ng-git-$(CROSSTOOL_NG_VER); \
-               git clone git://github.com/crosstool-ng/crosstool-ng.git crosstool-ng-git-$(CROSSTOOL_NG_VER)
+               git clone https://github.com/crosstool-ng/crosstool-ng.git crosstool-ng-git-$(CROSSTOOL_NG_VER)
        set -e; cd $(BUILD_TMP)/crosstool-ng-git-$(CROSSTOOL_NG_VER); \
                git reset --hard $(CROSSTOOL_NG_VER)
        set -e; cd $(BUILD_TMP); \