package/gconf: 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:
Lang Daniel 2023-01-19 09:51:48 +00:00 committed by Yann E. MORIN
parent 0e483a7340
commit 695dd042db
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# http://ftp.acc.umu.se/pub/gnome/sources/GConf/3.2/GConf-3.2.6.sha256sum
# From https://download.gnome.org/sources/GConf/3.2/GConf-3.2.6.sha256sum
sha256 1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c GConf-3.2.6.tar.xz
# License files, locally calculated
sha256 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23 COPYING

View File

@ -6,7 +6,7 @@
GCONF_VERSION = 3.2.6
GCONF_SOURCE = GConf-$(GCONF_VERSION).tar.xz
GCONF_SITE = http://ftp.gnome.org/pub/gnome/sources/GConf/3.2
GCONF_SITE = https://download.gnome.org/sources/GConf/3.2
GCONF_CONF_OPTS = --disable-orbit
GCONF_DEPENDENCIES = dbus dbus-glib libglib2 libxml2 \
host-intltool $(TARGET_NLS_DEPENDENCIES)