From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tmux: Update to 2.5 Date: Thu, 08 Jun 2017 09:34:11 +0200 Message-ID: <20170608073411.18676-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1394954522568559417==" List-Id: --===============1394954522568559417== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://raw.githubusercontent.com/tmux/tmux/2.5/CHANGES Best, Matthias Signed-off-by: Matthias Fischer --- lfs/tmux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index 300080d5f..c485a60f2 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -24,7 +24,7 @@ include Config -VER = 2.3 +VER = 2.5 THISAPP = tmux-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 4 +PAK_VER = 5 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fcfd1611d705d8b31df3c26ebc93bd3e +$(DL_FILE)_MD5 = 4a5d73d96d8f11b0bdf9b6f15ab76d15 install : $(TARGET) -- 2.13.0 --===============1394954522568559417==--