Commit Message
Bug fixes - again - for details see:
https://raw.githubusercontent.com/tmux/tmux/3.7b/CHANGES
"CHANGES FROM 3.7a TO 3.7b
* Fix so that the end of a synchronized update again triggers a redraw."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/tmux | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -26,7 +26,7 @@ include Config
SUMMARY = Terminal multiplexer
-VER = 3.7a
+VER = 3.7b
THISAPP = tmux-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tmux
-PAK_VER = 17
+PAK_VER = 18
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 04632a169a33b9c60a84c05c3a6dd66b61d911059c563cb0b6bb967b32ec29e6082e127caf8e110a930dcf08a37e7498278498903806140ff3d87575ced8437a
+$(DL_FILE)_BLAKE2 = 17972a31e1164a19273adf43857f4a731218637dc33c138ff2f4f1bd809580394b4df78cde681ba3bfaeba2430b4ee175eb89a8406cdd8bb5ab474dad97e7657
install : $(TARGET)