All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https
@ 2024-04-20 14:36 Julien Olivain
  2024-04-20 14:36 ` [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00 Julien Olivain
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julien Olivain @ 2024-04-20 14:36 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

The http URL redirects to https. This commit updates this URL to
directly use https.

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/fwts/fwts.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index f06609777db..a3f91ee4959 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -6,7 +6,7 @@
 
 FWTS_VERSION = 23.07.00
 FWTS_SOURCE = fwts-V$(FWTS_VERSION).tar.gz
-FWTS_SITE = http://fwts.ubuntu.com/release
+FWTS_SITE = https://fwts.ubuntu.com/release
 FWTS_STRIP_COMPONENTS = 0
 FWTS_LICENSE = GPL-2.0, LGPL-2.1, Custom
 FWTS_LICENSE_FILES = debian/copyright
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-16 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20 14:36 [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Julien Olivain
2024-04-20 14:36 ` [Buildroot] [PATCH 2/2] package/fwts: bump to version 24.03.00 Julien Olivain
2024-05-01 20:06 ` [Buildroot] [PATCH 1/2] package/fwts: update _SITE url to use https Thomas Petazzoni via buildroot
2024-05-16 11:02 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.