Current download URL returns 301 Moved Permanently. Signed-off-by: Bruno Thomsen <[email protected]> --- rules/gst-devtools1.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gst-devtools1.make b/rules/gst-devtools1.make index 394501a8c..179b6c89b 100644 --- a/rules/gst-devtools1.make +++ b/rules/gst-devtools1.make @@ -18,7 +18,7 @@ GST_DEVTOOLS1_VERSION := 1.26.1 GST_DEVTOOLS1_MD5 := afe98f6511dd1e136bb6ca29da469da7 GST_DEVTOOLS1 := gst-devtools-$(GST_DEVTOOLS1_VERSION) GST_DEVTOOLS1_SUFFIX := tar.xz -GST_DEVTOOLS1_URL := http://gstreamer.freedesktop.org/data/src/gst-devtools/$(GST_DEVTOOLS1).$(GST_DEVTOOLS1_SUFFIX) +GST_DEVTOOLS1_URL := https://gstreamer.freedesktop.org/data/src/gst-devtools/$(GST_DEVTOOLS1).$(GST_DEVTOOLS1_SUFFIX) GST_DEVTOOLS1_SOURCE := $(SRCDIR)/$(GST_DEVTOOLS1).$(GST_DEVTOOLS1_SUFFIX) GST_DEVTOOLS1_DIR := $(BUILDDIR)/$(GST_DEVTOOLS1) GST_DEVTOOLS1_LICENSE := LGPL-2.1-or-later -- 2.49.0
