From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] tmux: Update to 3.2a Date: Sat, 12 Jun 2021 11:58:55 +0200 Message-ID: <53ca837c-7ea5-dee8-2b41-fbe7095044ef@ipfire.org> In-Reply-To: <20210611221141.1363-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0914840955632988899==" List-Id: --===============0914840955632988899== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 12/06/2021 00:11, Matthias Fischer wrote: > For details see: > https://raw[dot]githubusercontent[dot]com/tmux/tmux/3.2a/CHANGES > > Signed-off-by: Matthias Fischer > --- > lfs/tmux | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lfs/tmux b/lfs/tmux > index aae90dab1..e55d38a27 100644 > --- a/lfs/tmux > +++ b/lfs/tmux > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2021 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 = # > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3.1 > +VER =3D 3.2a > =20 > THISAPP =3D tmux-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D tmux > -PAK_VER =3D 8 > +PAK_VER =3D 9 > =20 > DEPS =3D > =20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 76c3ef9d40d2c1ade7a6cd7993b549ac > +$(DL_FILE)_MD5 =3D 61fba141303aeaf8d9a6931d247f2f4a > =20 > install : $(TARGET) > =20 --===============0914840955632988899==--