Thanks, applied as a27b4295a43c1035ca705725aaabbe95dec4aa6e. Michael
[sent from post-receive hook] On Wed, 14 May 2025 08:08:09 +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://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz' > ... > HTTP response 301 Moved Permanently > [http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz] > Adding URL: > https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz > [0] Downloading > 'https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz' > ... > Saving '/home/bruno/ptxdist/src/alfred-2017.1.tar.gz.0B9bXtGme2' > HTTP response 200 > [https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz] > > Signed-off-by: Bruno Thomsen <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/alfred.make b/rules/alfred.make > index 04a05c621131..50db9a3bb85b 100644 > --- a/rules/alfred.make > +++ b/rules/alfred.make > @@ -18,7 +18,7 @@ ALFRED_VERSION := 2017.1 > ALFRED_MD5 := 74e457ee49a6525ccdb3fa3bef58f685 > ALFRED := alfred-$(ALFRED_VERSION) > ALFRED_SUFFIX := tar.gz > -ALFRED_URL := > http://downloads.open-mesh.org/batman/stable/sources/alfred/$(ALFRED).$(ALFRED_SUFFIX) > +ALFRED_URL := > https://downloads.open-mesh.org/batman/stable/sources/alfred/$(ALFRED).$(ALFRED_SUFFIX) > ALFRED_SOURCE := $(SRCDIR)/$(ALFRED).$(ALFRED_SUFFIX) > ALFRED_DIR := $(BUILDDIR)/$(ALFRED) > ALFRED_LICENSE := GPL-2.0-only
