From 1deb76d7fba31f1a547cd83a5ef99862a02f9f6c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 7 Jan 2021 11:20:09 +0000 Subject: [PATCH] firmware-update: Update to version 20200107 Signed-off-by: Michael Tremer --- lfs/firmware-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/firmware-update b/lfs/firmware-update index 2fe4622db3..fb161d4573 100644 --- a/lfs/firmware-update +++ b/lfs/firmware-update @@ -24,7 +24,7 @@ include Config -VER = 20190329 +VER = 20200107 THISAPP = firmware-update-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = https://source.ipfire.org/releases/firmware-update/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = firmware-update -PAK_VER = 1 +PAK_VER = 2 DEPS = flashrom @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 493f6d678bd9d3c7f35b25256e423ad2 +$(DL_FILE)_MD5 = d05dc661215706ae85efc8568819c6b6 install : $(TARGET) -- 2.39.2