[arch-commits] Commit in tmux/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Oct 5 18:39:38 UTC 2017


    Date: Thursday, October 5, 2017 @ 18:39:37
  Author: eworm
Revision: 261785

upgpkg: tmux 2.6-1

new upstream release, fixing a nasty bug (FS#55746)

Modified:
  tmux/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 17:30:52 UTC (rev 261784)
+++ PKGBUILD	2017-10-05 18:39:37 UTC (rev 261785)
@@ -4,8 +4,8 @@
 # Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
 
 pkgname=tmux
-pkgver=2.5
-pkgrel=3
+pkgver=2.6
+pkgrel=1
 pkgdesc='A terminal multiplexer'
 url='http://tmux.github.io/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'libevent' 'libutempter')
 source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
 	LICENSE)
-sha256sums=('ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df'
+sha256sums=('b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8'
             'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
 
 build() {



More information about the arch-commits mailing list