summaryrefslogtreecommitdiffstats
path: root/package/tmux/tmux.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-06-17 21:28:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-18 23:18:44 +0200
commit3e7904ac7232c8daf241052c56078b8d7a49b389 (patch)
treeda0951033baafd61ebc689579c0cae89f40ef953 /package/tmux/tmux.mk
parentfc0345a9a24e92d86b212c54aae0e7670307c831 (diff)
downloadbuildroot-3e7904ac7232c8daf241052c56078b8d7a49b389.tar.gz
buildroot-3e7904ac7232c8daf241052c56078b8d7a49b389.zip
tmux: bump to 2.0
Add new location as tmux moved to GitHub. Remove the patch as it was already merged upstream. Remove related AUTORECONF as well. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tmux/tmux.mk')
-rw-r--r--package/tmux/tmux.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/tmux/tmux.mk b/package/tmux/tmux.mk
index 9c8921ead6..c9abbf77f8 100644
--- a/package/tmux/tmux.mk
+++ b/package/tmux/tmux.mk
@@ -4,13 +4,10 @@
#
################################################################################
-TMUX_VERSION = 1.9a
-TMUX_SITE = http://downloads.sourceforge.net/tmux
+TMUX_VERSION = 2.0
+TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
TMUX_LICENSE = ISC
TMUX_LICENSE_FILES = README
TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
-# we patch Makefile.am
-TMUX_AUTORECONF = YES
-
$(eval $(autotools-package))
OpenPOWER on IntegriCloud