diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-20 20:07:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-20 20:08:00 +0100 |
commit | df2a309446830f36b688cba5b777e996792aa14e (patch) | |
tree | 9d258cffcea677a112aa8dd4d635c26617a02d04 /package/tmux | |
parent | 684dfda0bdc368887f3bf4475bea8ed5af3223cd (diff) |
tmux: update to latest version
Diffstat (limited to 'package/tmux')
-rw-r--r-- | package/tmux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |