mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] jimtcl: Fix dependency + Version bump. 0.81 -> 0.82
@ 2023-04-07 11:39 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2023-04-07 11:39 UTC (permalink / raw)
  To: ptxdist

http://jim.tcl.tk/index.html/doc/www/www/articles/jim-release-0-82/

* Add ZLIB dependency in .in as jimtcl actively searches for it.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/jimtcl.in   | 1 +
 rules/jimtcl.make | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/jimtcl.in b/rules/jimtcl.in
index 1e052d3e4..93b869536 100644
--- a/rules/jimtcl.in
+++ b/rules/jimtcl.in
@@ -4,6 +4,7 @@ menuconfig JIMTCL
 	tristate
 	prompt "jimtcl                        "
 	select HOST_JIMTCL
+	select ZLIB
 	select LIBC_M		if JIMTCL_MATH
 	select OPENSSL		if JIMTCL_SSL
 	help
diff --git a/rules/jimtcl.make b/rules/jimtcl.make
index 05b6cc16d..491acae09 100644
--- a/rules/jimtcl.make
+++ b/rules/jimtcl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JIMTCL) += jimtcl
 #
 # Paths and names
 #
-JIMTCL_VERSION	:= 0.81
-JIMTCL_MD5	:= a6d232ed12f47c28b56c97a955448e34
+JIMTCL_VERSION	:= 0.82
+JIMTCL_MD5	:= 7d6be6bff1079778bf27d50ba9185388
 JIMTCL		:= jimtcl-$(JIMTCL_VERSION)
 JIMTCL_SUFFIX	:= tar.gz
 JIMTCL_URL	:= https://github.com/msteveb/jimtcl/archive/refs/tags/$(JIMTCL_VERSION).$(JIMTCL_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-07 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 11:39 [ptxdist] [PATCH v2] jimtcl: Fix dependency + Version bump. 0.81 -> 0.82 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox