diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-03 04:52:56 +0000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-09 23:20:32 -1000 |
commit | 359e085f98a2a553b9b05fc89b4bdd2edf6c18f0 (patch) | |
tree | b78dcea00bda64555579053466456a89b337aeb5 /data | |
parent | 3c8e0b1592033380706b41402714dca64c2f7955 (diff) |
Updated Tmux
Diffstat (limited to 'data')
-rw-r--r-- | data/tmux/_metadata/version | 2 | ||||
-rw-r--r-- | data/tmux/make.sh | 3 | ||||
-rw-r--r-- | data/tmux/tmux-2.7.tar.gz | bin | 487585 -> 0 bytes | |||
-rw-r--r-- | data/tmux/tmux-2.8.tar.gz | bin | 0 -> 491195 bytes |
4 files changed, 3 insertions, 2 deletions
diff --git a/data/tmux/_metadata/version b/data/tmux/_metadata/version index 1effb0034..a4412fa74 100644 --- a/data/tmux/_metadata/version +++ b/data/tmux/_metadata/version @@ -1 +1 @@ -2.7 +2.8 diff --git a/data/tmux/make.sh b/data/tmux/make.sh index fbc999151..c6e5f1a32 100644 --- a/data/tmux/make.sh +++ b/data/tmux/make.sh @@ -1,4 +1,5 @@ pkg:setup -pkg:configure +pkg:configure ac_cv_search_forkpty="-lresolv" LIBS="-lncurses -levent" PKG_CONFIG=true +# Not relying on pkg-config- libtinfo gets linked if pkg-config can't find ncurses.pc for some reason. make -j8 pkg:install diff --git a/data/tmux/tmux-2.7.tar.gz b/data/tmux/tmux-2.7.tar.gz Binary files differdeleted file mode 100644 index 2086ccf21..000000000 --- a/data/tmux/tmux-2.7.tar.gz +++ /dev/null diff --git a/data/tmux/tmux-2.8.tar.gz b/data/tmux/tmux-2.8.tar.gz Binary files differnew file mode 100644 index 000000000..a2bbd0ea8 --- /dev/null +++ b/data/tmux/tmux-2.8.tar.gz |