From 730cdcef6901750f4029d4c3b8639ce02ee3ead1 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 19 Nov 2017 14:05:22 +0100 Subject: main/*: fix homepage url and source from http:// to https:// Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring. --- main/gst-plugins-base/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/gst-plugins-base') diff --git a/main/gst-plugins-base/APKBUILD b/main/gst-plugins-base/APKBUILD index f01e6812eb..42d28a6e87 100644 --- a/main/gst-plugins-base/APKBUILD +++ b/main/gst-plugins-base/APKBUILD @@ -3,7 +3,7 @@ pkgname=gst-plugins-base pkgver=1.12.3 pkgrel=0 pkgdesc="GStreamer Multimedia Framework Base Plugins" -url="http://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org/" arch="all" license="GPL LGPL" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" @@ -28,7 +28,7 @@ makedepends=" glib-dev opus-dev " -source="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz" +source="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz" ldpath="/usr/lib/gstreamer-.0" builddir="$srcdir"/gst-plugins-base-$pkgver -- cgit v1.2.3