From: Markham Date: Sat, 19 Mar 2022 10:58:24 +0000 (+0100) Subject: git://github.com protocol is not longer supported, change to https X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=0e60c57aaa856724f01591452fddb9a0dea51cff;p=bs-cst-neutrino-hd.git git://github.com protocol is not longer supported, change to https --- diff --git a/make/archives.mk b/make/archives.mk index 2b68e3e..70491e4 100755 --- a/make/archives.mk +++ b/make/archives.mk @@ -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); \