From df2a309446830f36b688cba5b777e996792aa14e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 20 Feb 2016 20:07:42 +0100 Subject: tmux: update to latest version --- package/tmux/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package') diff --git a/package/tmux/Makefile b/package/tmux/Makefile index 45f682636..b0c0fe54c 100644 --- a/package/tmux/Makefile +++ b/package/tmux/Makefile @@ -4,16 +4,16 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= tmux -PKG_VERSION:= 2.0 +PKG_VERSION:= 2.1 PKG_RELEASE:= 1 -PKG_HASH:= 795f4b4446b0ea968b9201c25e8c1ef8a6ade710ebca4657dd879c35916ad362 +PKG_HASH:= 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 PKG_DESCR:= terminal multiplexer PKG_SECTION:= sys/utils PKG_BUILDDEP:= libevent ncurses PKG_DEPENDS:= libevent libncurses PKG_NEEDS:= threads PKG_URL:= http://tmux.github.io -PKG_SITES:= https://github.com/tmux/tmux/releases/download/2.0/ +PKG_SITES:= https://github.com/tmux/tmux/releases/download/$(PKG_VERSION)/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz -- cgit v1.2.3