Current download URL returns 301 Moved Permanently. Signed-off-by: Bruno Thomsen <[email protected]> --- rules/gst-plugins-ugly1.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make index 1b8ce8326..6a912672d 100644 --- a/rules/gst-plugins-ugly1.make +++ b/rules/gst-plugins-ugly1.make @@ -18,7 +18,7 @@ GST_PLUGINS_UGLY1_VERSION := 1.26.1 GST_PLUGINS_UGLY1_MD5 := 323190595d918a5a26729e89848af1ea GST_PLUGINS_UGLY1 := gst-plugins-ugly-$(GST_PLUGINS_UGLY1_VERSION) GST_PLUGINS_UGLY1_SUFFIX := tar.xz -GST_PLUGINS_UGLY1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX) +GST_PLUGINS_UGLY1_URL := https://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX) GST_PLUGINS_UGLY1_SOURCE := $(SRCDIR)/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX) GST_PLUGINS_UGLY1_DIR := $(BUILDDIR)/$(GST_PLUGINS_UGLY1) GST_PLUGINS_UGLY1_LICENSE := LGPL-2.1-or-later -- 2.49.0
