Current download URL returns 301 Moved Permanently. Signed-off-by: Bruno Thomsen <[email protected]> --- rules/gst-rtsp-server1.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gst-rtsp-server1.make b/rules/gst-rtsp-server1.make index ae8381dce..bb2985ca8 100644 --- a/rules/gst-rtsp-server1.make +++ b/rules/gst-rtsp-server1.make @@ -18,7 +18,7 @@ GST_RTSP_SERVER1_VERSION := 1.26.1 GST_RTSP_SERVER1_MD5 := 10d2646fae36d057066a4991ac866e92 GST_RTSP_SERVER1 := gst-rtsp-server-$(GST_RTSP_SERVER1_VERSION) GST_RTSP_SERVER1_SUFFIX := tar.xz -GST_RTSP_SERVER1_URL := http://gstreamer.freedesktop.org/src/gst-rtsp/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX) +GST_RTSP_SERVER1_URL := https://gstreamer.freedesktop.org/src/gst-rtsp/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX) GST_RTSP_SERVER1_SOURCE := $(SRCDIR)/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX) GST_RTSP_SERVER1_DIR := $(BUILDDIR)/$(GST_RTSP_SERVER1) GST_RTSP_SERVER1_LICENSE := LGPL-2.0-or-later -- 2.49.0
