]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/firmware-update
Merge branch 'next'
[ipfire-2.x.git] / lfs / firmware-update
index 53e8f039f13fe306f713fc7757dc371809bc4f15..31c703db75c15188bb36ce60a1dc0f7400673fe2 100644 (file)
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 20190329
+SUMMARY    = IPFire Firmware Update Tool
+
+VER        = 20210107
 
 THISAPP    = firmware-update-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +34,11 @@ 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
 
-DEPS       = "flashrom"
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 493f6d678bd9d3c7f35b25256e423ad2
+$(DL_FILE)_MD5 = 581d8b5784c3ebbc335ae034fd70c5a6
 
 install : $(TARGET)
 
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################