Thanks, applied as 3eee3b5f44451ef574d7d70394261605bea2fdfd. Michael
[sent from post-receive hook] On Wed, 14 May 2025 08:08:23 +0200, Bruno Thomsen <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/cppunit.make b/rules/cppunit.make > index 1bdb8162ed43..a83d0ebc30f6 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
