This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 1deb76d7fba31f1a547cd83a5ef99862a02f9f6c (commit) from d701756a83e3fcf2fda0b85accc601b9799f7a0a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1deb76d7fba31f1a547cd83a5ef99862a02f9f6c Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jan 7 11:20:09 2021 +0000
firmware-update: Update to version 20200107
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/firmware-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/firmware-update b/lfs/firmware-update index 2fe4622db..fb161d457 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)
hooks/post-receive -- IPFire 2.x development tree