[Buildroot] [git commit] package/4th: bump to version 3.64.2
Julien Olivain
ju.o at free.fr
Tue Oct 7 19:17:31 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=fd4221092f76f84ace9b2f9dae0dbe47dd9fda53
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/0001-avoid-regen-during-install.patch | 2 +-
package/4th/4th.hash | 2 +-
package/4th/4th.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/4th/0001-avoid-regen-during-install.patch b/package/4th/0001-avoid-regen-during-install.patch
index 436cff1fd6..ea9cdffe7f 100644
--- a/package/4th/0001-avoid-regen-during-install.patch
+++ b/package/4th/0001-avoid-regen-during-install.patch
@@ -4,7 +4,7 @@ Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
--- a/sources/Makefile
+++ b/sources/Makefile
-@@ -120,7 +120,7 @@
+@@ -122,7 +122,7 @@
ln -sf $(SHARED_LIB) $(LIBRARIES)/lib4th.so
endif
diff --git a/package/4th/4th.hash b/package/4th/4th.hash
index 8a31263479..50b81170bf 100644
--- a/package/4th/4th.hash
+++ b/package/4th/4th.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 f96ea74cdb2aadfdc3bebf8d6d2cf7b8976b5d56c1237387479bffaecede9fe3 4th-3.64.1-unix.tar.gz
+sha256 b9f422b910cf99c63315241fd7a72e652ace11b1f78adabbc99628f3bccfb358 4th-3.64.2-unix.tar.gz
sha256 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4 COPYING
diff --git a/package/4th/4th.mk b/package/4th/4th.mk
index 08b3dbdebc..0153f2dd91 100644
--- a/package/4th/4th.mk
+++ b/package/4th/4th.mk
@@ -4,7 +4,7 @@
#
################################################################################
-4TH_VERSION = 3.64.1
+4TH_VERSION = 3.64.2
4TH_SOURCE = 4th-$(4TH_VERSION)-unix.tar.gz
4TH_SITE = https://downloads.sourceforge.net/project/forth-4th/4th-$(4TH_VERSION)
4TH_LICENSE = GPL-3.0+, LGPL-3.0+
More information about the buildroot
mailing list