From: Stephen Walker Date: Mon, 3 Jan 2011 01:48:20 +0000 (+0000) Subject: [packages] tmux: update to 1.4 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e2e15f6ac709c97177547ba12d7e56a3ccf6701d [packages] tmux: update to 1.4 SVN-Revision: 24886 --- diff --git a/utils/tmux/Makefile b/utils/tmux/Makefile index 99cd3d6b3b..eaa45bbd74 100644 --- a/utils/tmux/Makefile +++ b/utils/tmux/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tmux -PKG_VERSION:=1.3 +PKG_VERSION:=1.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/tmux -PKG_MD5SUM:=96e60cb206de2db0610b9fb6a64c2251 +PKG_MD5SUM:=0bfc7dd9a5bab192406167589c716a21 PKG_INSTALL:=1 @@ -23,7 +23,7 @@ define Package/tmux SECTION:=utils CATEGORY:=Utilities TITLE:=Terminal multiplexer - DEPENDS:=+libncurses +libevent +librt + DEPENDS:=+libncurses +libevent +libpthread URL:=http://tmux.sourceforge.net/ endef