diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-29 19:24:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-01 14:14:45 +0100 |
commit | b057e97e910b2ee211d3c4fe74dc2a6f37296ba7 (patch) | |
tree | 7ba7224f52cf3f65f5a9a9a3886b816c20ca6759 | |
parent | e2f7f551dcc9aa9e8e4d0b5f004962340c01e4c8 (diff) |
use https instead of http
Change-Id: I41f48fd806d56f62d5e16d8f2530e63385eadddb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142025
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 46d5d8539c6e..a326701b92eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -260,7 +260,7 @@ $(if $(gb_LO_VER),,$(error Error while retrieving $$lo_sources_ver from $(SRCDIR get-submodules: | download ifneq ($(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER)),$(wildcard $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER)))) $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\ - $(call fetch_Download_item_unchecked,http://download.documentfoundation.org/libreoffice/src/$(shell echo $(gb_LO_VER) | sed -e "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/"),libreoffice-$(i)-$(gb_LO_VER).tar.xz)) + $(call fetch_Download_item_unchecked,https://download.documentfoundation.org/libreoffice/src/$(shell echo $(gb_LO_VER) | sed -e "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/"),libreoffice-$(i)-$(gb_LO_VER).tar.xz)) $(SRCDIR)/bin/unpack-sources $(SRCDIR) $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\ $(TARFILE_LOCATION)/libreoffice-$(i)-$(gb_LO_VER).tar.xz) endif |