[Buildroot] [PATCH 1/2] package/redis: switch download site to https
Titouan Christophe via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Titouan Christophe <[email protected]> --- package/redis/redis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/redis/redis.mk b/package/redis/redis.mk index 7829aa6143..0105f2b77c 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -5,7 +5,7 @@ ################################################################################ REDIS_VERSION = 8.8.1 -REDIS_SITE = http://download.redis.io/releases +REDIS_SITE = https://download.redis.io/releases REDIS_LICENSE = \ AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \ MIT and BSD family licenses (Bundled components) -- 2.55.0 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot