mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libsecret: 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:
committed by
Yann E. MORIN
parent
9da85317b3
commit
70f4be5700
@@ -6,7 +6,7 @@
|
||||
|
||||
LIBSECRET_VERSION_MAJOR = 0.20
|
||||
LIBSECRET_VERSION = $(LIBSECRET_VERSION_MAJOR).5
|
||||
LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION_MAJOR)
|
||||
LIBSECRET_SITE = https://download.gnome.org/sources/libsecret/$(LIBSECRET_VERSION_MAJOR)
|
||||
LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz
|
||||
LIBSECRET_INSTALL_STAGING = YES
|
||||
LIBSECRET_DEPENDENCIES = libglib2 $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
Reference in New Issue
Block a user