From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] tmux: Update to 3.3 Date: Sat, 04 Jun 2022 08:03:34 +0000 Message-ID: <4285b69b-7c55-03b9-6e6d-290067706eaf@ipfire.org> In-Reply-To: <20220602151437.1075-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5055942545762424572==" List-Id: --===============5055942545762424572== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://raw.githubusercontent.com/tmux/tmux/3.3/CHANGES >=20 > Signed-off-by: Matthias Fischer > --- > lfs/tmux | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/tmux b/lfs/tmux > index e10ec5a5a..3e0b22fef 100644 > --- a/lfs/tmux > +++ b/lfs/tmux > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2021 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Terminal multiplexer > =20 > -VER =3D 3.2a > +VER =3D 3.3 > =20 > THISAPP =3D tmux-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D tmux > -PAK_VER =3D 9 > +PAK_VER =3D 10 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 94527d4d1016caddab170b5bbfd181514768474898314241fb65= a53a1f5ae94863bacedf90a7543690c115d15295960dfab4d5ba2ce31cd105585a73fb9b82d1 > +$(DL_FILE)_BLAKE2 =3D 7e5b66d6d294c580d86f4f8729f867277e00f401dfa2a4b4c5dd= 5bd08c1e9884122340cbebfb37f56c67c65e940667f5b79b638f20f05282c434f7b3641ad003 > =20 > install : $(TARGET) > =20 --===============5055942545762424572==--