From: Michael Wallner Date: Thu, 22 Sep 2016 07:01:52 +0000 (+0200) Subject: use https git url X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=commitdiff_plain;h=1a9608da123825ded9e7ff87306499b2793d3169 use https git url --- diff --git a/Makefile b/Makefile index dfd99da..b07e26d 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar ## -- CPPCHECK $(srcdir)/cppcheck-$(CPPCHECK_VERSION): - git clone github.com:danmar/cppcheck.git $@ && cd $@ && git checkout $(CPPCHECK_VERSION) + git clone https://github.com/danmar/cppcheck.git $@ && cd $@ && git checkout $(CPPCHECK_VERSION) $(srcdir)/cppcheck-$(CPPCHECK_VERSION)/cppcheck: | $(srcdir)/cppcheck-$(CPPCHECK_VERSION) cd $| && make -j $(JOBS) cppcheck