Current download URL returns 301 Moved Permanently. Signed-off-by: Bruno Thomsen <[email protected]> --- rules/gst-plugins-base1.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gst-plugins-base1.make b/rules/gst-plugins-base1.make index 7b5276580..8e0fde4b1 100644 --- a/rules/gst-plugins-base1.make +++ b/rules/gst-plugins-base1.make @@ -18,7 +18,7 @@ GST_PLUGINS_BASE1_VERSION := 1.26.1 GST_PLUGINS_BASE1_MD5 := 0645e8c8bc4f3ee244dcf562999c7aff GST_PLUGINS_BASE1 := gst-plugins-base-$(GST_PLUGINS_BASE1_VERSION) GST_PLUGINS_BASE1_SUFFIX := tar.xz -GST_PLUGINS_BASE1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX) +GST_PLUGINS_BASE1_URL := https://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX) GST_PLUGINS_BASE1_SOURCE := $(SRCDIR)/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX) GST_PLUGINS_BASE1_DIR := $(BUILDDIR)/$(GST_PLUGINS_BASE1) GST_PLUGINS_BASE1_LICENSE := LGPL-2.0-or-later AND BSD-3-Clause AND MIT -- 2.49.0
