mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/redis: switch download site to https
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1209f3f7a1
commit
a3a53b05f8
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
REDIS_VERSION = 8.8.1
|
REDIS_VERSION = 8.8.1
|
||||||
REDIS_SITE = http://download.redis.io/releases
|
REDIS_SITE = https://download.redis.io/releases
|
||||||
REDIS_LICENSE = \
|
REDIS_LICENSE = \
|
||||||
AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \
|
AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \
|
||||||
MIT and BSD family licenses (Bundled components)
|
MIT and BSD family licenses (Bundled components)
|
||||||
|
|||||||
Reference in New Issue
Block a user