diff --git a/lfs/flashrom b/lfs/flashrom
index 123161f8a..cb749f2b0 100644
--- a/lfs/flashrom
+++ b/lfs/flashrom
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A universal flash programming utility
 
-VER        = 1.7.0
+VER        = 1.8.0
 
 THISAPP    = flashrom-v$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = flashrom
-PAK_VER    = 3
+PAK_VER    = 4
 SUP_ARCH   = x86_64
 
 DEPS       =
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 552fb17b7b79f2162dd9d31073dbc844f088d3c6a8471a11a16987515e565adce52502b9a4707752de0e02971bb032cadf079b7460881962dbeb226b9749c6ec
+$(DL_FILE)_BLAKE2 = 2c8e6554b0f81b51f82d3975e9db63340a7c9802beea10798a52834ecc48ee399de31b2afff3bf4f8b967815075974d37c14b39b3fc4ee08ab56e16826e8b62b
 
 install : $(TARGET)
 
@@ -83,9 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && meson setup \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		builddir/
+				--prefix=/usr \
+				--sysconfdir=/etc \
+				builddir/
 	cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING)
 	cd $(DIR_APP) && ninja -C builddir/ install
 	@rm -rf $(DIR_APP)
