Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated tmux to version 2.9a #3698

Merged
merged 1 commit into from
May 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/tmux/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = tmux
PKG_VERS = 2.8
PKG_VERS = 2.9a
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/tmux/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tmux-2.8.tar.gz SHA1 6a469769a242c95dc8aec443b436d4f8f279f517
tmux-2.8.tar.gz SHA256 7f6bf335634fafecff878d78de389562ea7f73a7367f268b66d37ea13617a2ba
tmux-2.8.tar.gz MD5 79ff2929a6422e45b490daa895cca4a2
tmux-2.9a.tar.gz SHA1 33cba73e64c62f46bd244d4472c59371fb747f56
tmux-2.9a.tar.gz SHA256 839d167a4517a6bffa6b6074e89a9a8630547b2dea2086f1fad15af12ab23b25
tmux-2.9a.tar.gz MD5 f0564dbf4cf6b301c4845219d27ed3ad
8 changes: 4 additions & 4 deletions spk/tmux/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
SPK_NAME = tmux
SPK_VERS = 2.8
SPK_REV = 4
SPK_VERS = 2.9a
SPK_REV = 5
SPK_ICON = src/tmux.png

DEPENDS = cross/$(SPK_NAME)

MAINTAINER = ymartin59
MAINTAINER = Matthias Lohr
DESCRIPTION = tmux is a terminal multiplexer, it enables a number of terminals or windows to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.
RELOAD_UI = no
DISPLAY_NAME = Tmux
STARTABLE = no
CHANGELOG = Update to 2.8
CHANGELOG = Updated tmux to version 2.9a

HOMEPAGE = http://tmux.github.io
LICENSE = BSD License
Expand Down