firmware-update: Update to version 20200107

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-01-07 11:20:09 +00:00
parent d701756a83
commit 1deb76d7fb

View File

@@ -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)