From patchwork Thu Mar 27 09:03:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 334253 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 3FF2914008D for ; Thu, 27 Mar 2014 20:04:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 77BD896151; Thu, 27 Mar 2014 09:04:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jf7bcGdwEJXq; Thu, 27 Mar 2014 09:04:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E44CE95F7E; Thu, 27 Mar 2014 09:04:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A362D1BF9FD for ; Thu, 27 Mar 2014 09:04:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9DF298B6BB for ; Thu, 27 Mar 2014 09:04:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PadoOWjbPJmS for ; Thu, 27 Mar 2014 09:04:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.visionsystems.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 50B378626D for ; Thu, 27 Mar 2014 09:04:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 654BE2E2179; Thu, 27 Mar 2014 10:04:00 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08840-05; Thu, 27 Mar 2014 10:03:46 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id BE17D2E2159; Thu, 27 Mar 2014 10:03:46 +0100 (CET) Received: from ubuntu.visionsystems.de ([192.168.1.106]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 27 Mar 2014 10:03:46 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Thu, 27 Mar 2014 10:03:39 +0100 Message-Id: <1395911019-17272-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.8.1.2 X-OriginalArrivalTime: 27 Mar 2014 09:03:46.0589 (UTC) FILETIME=[7605E4D0:01CF499B] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] tmux: bump to 1.9a X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/tmux/tmux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tmux/tmux.mk b/package/tmux/tmux.mk index 3f5f893..6288e0b 100644 --- a/package/tmux/tmux.mk +++ b/package/tmux/tmux.mk @@ -4,7 +4,7 @@ # ############################################################################### -TMUX_VERSION = 1.8 +TMUX_VERSION = 1.9a TMUX_SITE = http://downloads.sourceforge.net/tmux TMUX_LICENSE = ISC TMUX_LICENSE_FILES = README