From 782861f39a4e5fd6038698eb734f5fd54c1877a4 Mon Sep 17 00:00:00 2001 From: Matthias Lohr Date: Tue, 7 May 2019 15:21:32 +0200 Subject: [PATCH] updated tmux to version 2.9a --- cross/tmux/Makefile | 2 +- cross/tmux/digests | 6 +++--- spk/tmux/Makefile | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cross/tmux/Makefile b/cross/tmux/Makefile index 944040895f8..321aea55321 100644 --- a/cross/tmux/Makefile +++ b/cross/tmux/Makefile @@ -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) diff --git a/cross/tmux/digests b/cross/tmux/digests index 707ee70d961..1dc4335bcb1 100644 --- a/cross/tmux/digests +++ b/cross/tmux/digests @@ -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 diff --git a/spk/tmux/Makefile b/spk/tmux/Makefile index e953643c028..8e97a5713f5 100644 --- a/spk/tmux/Makefile +++ b/spk/tmux/Makefile @@ -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