From a77119090fec1fa192102a6814714459d80c481e Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Tue, 1 Oct 2024 17:49:46 +0200 Subject: [PATCH] gst1-plugins-bad: switch to https source The current http simply points to the new https. Switch to it directly like it's already done for the other gstreamer libs. Signed-off-by: Koen Vandeputte --- multimedia/gst1-plugins-bad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 80c47f47e1..b4ad608c1d 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.24.4 PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ +PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-bad/ PKG_HASH:=260bd0a463b4faff9a42f41e5e028f787f10a92b779af8959aec64586f546bd3 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION) -- 2.30.2