[Buildroot] [git commit] package/4th: switch to https
Julien Olivain
ju.o at free.fr
Tue Oct 7 19:17:07 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=033fc7ca8f6417204f65f24644954dfa3ab71efc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/4th/4th.mk | 2 +-
package/4th/Config.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/4th/4th.mk b/package/4th/4th.mk
index 276423b255..08b3dbdebc 100644
--- a/package/4th/4th.mk
+++ b/package/4th/4th.mk
@@ -6,7 +6,7 @@
4TH_VERSION = 3.64.1
4TH_SOURCE = 4th-$(4TH_VERSION)-unix.tar.gz
-4TH_SITE = http://downloads.sourceforge.net/project/forth-4th/4th-$(4TH_VERSION)
+4TH_SITE = https://downloads.sourceforge.net/project/forth-4th/4th-$(4TH_VERSION)
4TH_LICENSE = GPL-3.0+, LGPL-3.0+
# The COPYING file only contains the text of the LGPL-3.0, but the
# source code really contains parts under GPL-3.0+.
diff --git a/package/4th/Config.in b/package/4th/Config.in
index 4554664ab4..0463a4a087 100644
--- a/package/4th/Config.in
+++ b/package/4th/Config.in
@@ -5,4 +5,4 @@ config BR2_PACKAGE_4TH
C-embeddable bytecode, standalone executables, but also
works fine as a scripting language
- http://thebeez.home.xs4all.nl/4tH/
+ https://thebeez.home.xs4all.nl/4tH/
More information about the buildroot
mailing list