[Buildroot] [git commit branch/2025.02.x] package/redis: switch download site to https
Titouan Christophe via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/8487fd20f10e48d92b5c2bbab153dfe45804b0f7 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2025.02.x Signed-off-by: Titouan Christophe <[email protected]> Signed-off-by: Julien Olivain <[email protected]> (cherry picked from commit a3a53b05f8cf25a55306dd0301dd6b310752b09c) 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 ada95dd2ea..02c25327ed 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -5,7 +5,7 @@ ################################################################################ REDIS_VERSION = 7.2.15 -REDIS_SITE = http://download.redis.io/releases +REDIS_SITE = https://download.redis.io/releases REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING REDIS_CPE_ID_VENDOR = redis _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot