[Buildroot] [git commit branch/2025.02.x] package/4th: switch to https
Thomas Perale
thomas.perale at mind.be
Thu Oct 16 07:57:35 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=e6ca75e07857fc5e51f0eb120cfd5bab89447170
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x
Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 033fc7ca8f6417204f65f24644954dfa3ab71efc)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
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