Skip to content

Commit

Permalink
iproute2: Update to version 6.1.0
Browse files Browse the repository at this point in the history
- Update from version 6.0.0 to 6.1.0
- Update of rootfile not required
- Changelog is only available from the commits in the git repositry
   https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/

Signed-off-by: Adolf Belka <[email protected]>
Reviewed-by: Peter Müller <[email protected]>
  • Loading branch information
Adolf Belka authored and pmu-ipf committed Dec 26, 2022
1 parent 4652d38 commit 1d087b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lfs/iproute2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2020 IPFire Team <[email protected]> #
# Copyright (C) 2007-2022 IPFire Team <[email protected]> #
# #
# 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 #
Expand All @@ -24,7 +24,7 @@

include Config

VER = 6.0.0
VER = 6.1.0

THISAPP = iproute2-$(VER)
DL_FILE = $(THISAPP).tar.xz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 1cfb9b5a7892dec2b35e0eadbd957083e95fdc5077a1aa193329801ff25f9ed90a1fc4152756547be1fab8fe18d9a399001a4c3a61e951f64946156af6a90bae
$(DL_FILE)_BLAKE2 = 38249703e0a9ba74405aebdb97560b286deefa959a9c3f0e0893962b6966f5da2da46199dda6a0f9584bb473f8ba529440643d97f66e9b7619df029e3091d163

install : $(TARGET)

Expand Down

0 comments on commit 1d087b0

Please sign in to comment.