]> Git Repo - buildroot-mgba.git/commitdiff
package/wayland-protocols: change download url to https
authorPeter Seiderer <[email protected]>
Tue, 15 Sep 2020 18:13:21 +0000 (20:13 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 19 Sep 2020 20:00:04 +0000 (22:00 +0200)
- change download url to https (as redirected by the original http url)

Signed-off-by: Peter Seiderer <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/wayland-protocols/wayland-protocols.mk

index ed60d1c9958aa3dfc5894d2a3d16c1ef4a9554e0..84028b97d58b38d51ecb00864422a94835699ef3 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 WAYLAND_PROTOCOLS_VERSION = 1.20
-WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
+WAYLAND_PROTOCOLS_SITE = https://wayland.freedesktop.org/releases
 WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
 WAYLAND_PROTOCOLS_LICENSE = MIT
 WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
This page took 0.038236 seconds and 4 git commands to generate.