package/vte: switch to https download
Signed-off-by: Daniel Lang <d.lang@abatec.at> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
ca2be02a6a
commit
a4befb442e
@ -1,4 +1,4 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/vte/0.66/vte-0.66.2.sha256sum
|
||||
# Hash from: https://download.gnome.org/sources/vte/0.66/vte-0.66.2.sha256sum
|
||||
sha256 e89974673a72a0a06edac6d17830b82bb124decf0cb3b52cebc92ec3ff04d976 vte-0.66.2.tar.xz
|
||||
|
||||
# Hash for license file:
|
||||
|
@ -7,7 +7,7 @@
|
||||
VTE_VERSION_MAJOR = 0.66
|
||||
VTE_VERSION = $(VTE_VERSION_MAJOR).2
|
||||
VTE_SOURCE = vte-$(VTE_VERSION).tar.xz
|
||||
VTE_SITE = http://ftp.gnome.org/pub/gnome/sources/vte/$(VTE_VERSION_MAJOR)
|
||||
VTE_SITE = https://download.gnome.org/sources/vte/$(VTE_VERSION_MAJOR)
|
||||
VTE_DEPENDENCIES = host-pkgconf libgtk3 pcre2 $(TARGET_NLS_DEPENDENCIES)
|
||||
VTE_LICENSE = LGPL-3.0+
|
||||
VTE_LICENSE_FILES = COPYING.LGPL3
|
||||
|
Loading…
Reference in New Issue
Block a user