From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] tmux: Update to 2.7 Date: Mon, 18 Jun 2018 14:14:00 +0100 Message-ID: In-Reply-To: <1529325695-5811-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7874064004425220910==" List-Id: --===============7874064004425220910== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Merged. On Mon, 2018-06-18 at 14:41 +0200, Erik Kapfer wrote: > Signed-off-by: Erik Kapfer > --- > lfs/tmux | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/tmux b/lfs/tmux > index c485a60..1117969 100644 > --- a/lfs/tmux > +++ b/lfs/tmux > @@ -1,7 +1,7 @@ > ##########################################################################= ### > ## > # = =20 > # > # IPFire.org - A linux based > firewall # > -# Copyright (C) 2017 IPFire Team = =20 > # > +# Copyright (C) 2018 IPFire Team = =20 > # > # = =20 > # > # 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 2.5 > +VER =3D 2.7 > =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 5 > +PAK_VER =3D 6 > =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 4a5d73d96d8f11b0bdf9b6f15ab76d15 > +$(DL_FILE)_MD5 =3D bcdfcf910c94c3e02ce6b1c035880306 > =20 > install : $(TARGET) > =20 --===============7874064004425220910==--