Current download URL returns 301 Moved Permanently. Download log:
GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader [0] Downloading 'http://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz' ... HTTP response 301 Moved Permanently [http://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz] Adding URL: https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz [0] Downloading 'https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz' ... Saving '/home/bruno/ptxdist/src/cppunit-1.14.0.tar.gz.cL0JnyyWV1' HTTP response 200 [https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz] Signed-off-by: Bruno Thomsen <[email protected]> --- rules/cppunit.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/cppunit.make b/rules/cppunit.make index 1bdb8162e..a83d0ebc3 100644 --- a/rules/cppunit.make +++ b/rules/cppunit.make @@ -20,7 +20,7 @@ CPPUNIT_VERSION := 1.14.0 CPPUNIT_MD5 := 7ad93022171710a541bfe4bfd8b4a381 CPPUNIT := cppunit-$(CPPUNIT_VERSION) CPPUNIT_SUFFIX := tar.gz -CPPUNIT_URL := http://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX) +CPPUNIT_URL := https://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX) CPPUNIT_SOURCE := $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX) CPPUNIT_DIR := $(BUILDDIR)/$(CPPUNIT) CPPUNIT_LICENSE := LGPL-2.1-only -- 2.49.0
