mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/wayland-protocols: change download url to https
- change download url to https (as redirected by the original http url)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 79609dd78f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
38535c6842
commit
360273fa69
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
WAYLAND_PROTOCOLS_VERSION = 1.18
|
WAYLAND_PROTOCOLS_VERSION = 1.18
|
||||||
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_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
|
||||||
WAYLAND_PROTOCOLS_LICENSE = MIT
|
WAYLAND_PROTOCOLS_LICENSE = MIT
|
||||||
WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
|
WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
|
||||||
|
|||||||
Reference in New Issue
Block a user