[arch-commits] Commit in tmux/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Jun 10 19:31:41 UTC 2021
Date: Thursday, June 10, 2021 @ 19:31:41
Author: eworm
Revision: 961649
upgpkg: tmux 3.2_a-1: new upstream release
Modified:
tmux/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-10 19:30:43 UTC (rev 961648)
+++ PKGBUILD 2021-06-10 19:31:41 UTC (rev 961649)
@@ -3,7 +3,7 @@
# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
pkgname=tmux
-pkgver=3.2
+pkgver=3.2_a
pkgrel=1
pkgdesc='A terminal multiplexer'
url='https://github.com/tmux/tmux/wiki'
@@ -11,7 +11,7 @@
license=('BSD')
depends=('ncurses' 'libevent' 'libutempter')
source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz")
-sha256sums=('664d345338c11cbe429d7ff939b92a5191e231a7c1ef42f381cebacb1e08a399')
+sha256sums=('551553a4f82beaa8dadc9256800bcc284d7c000081e47aa6ecbb6ff36eacd05f')
build() {
cd "$srcdir/$pkgname-${pkgver/_/}"
More information about the arch-commits
mailing list