From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] usb_modeswitch: update to 2.4.0 Date: Fri, 02 Sep 2016 11:53:20 +0200 Message-ID: <20160902095320.12960-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6985526999157721249==" List-Id: --===============6985526999157721249== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/usb_modeswitch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/usb_modeswitch b/lfs/usb_modeswitch index 1b719a6..3afd32b 100644 --- a/lfs/usb_modeswitch +++ b/lfs/usb_modeswitch @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 IPFire Team = # +# Copyright (C) 2007-2016 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 2.1.1 +VER =3D 2.4.0 =20 THISAPP =3D usb-modeswitch-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1f0dc900df88254bd1102444cb73efbc +$(DL_FILE)_MD5 =3D 6e1640db47768bb9012f91b7593116ef =20 install : $(TARGET) =20 --=20 2.9.3 --===============6985526999157721249==--