From 41312a31b9ce1b0e509178d5d1678f6799b61aae Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 6 Dec 2024 11:40:44 +0000 Subject: [PATCH] flashrom: update to 1.5.0 release notes: https://www.flashrom.org/release_notes/v_1_5.html --- packages/tools/flashrom/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tools/flashrom/package.mk b/packages/tools/flashrom/package.mk index 3b5b4c256e..59805e8be0 100644 --- a/packages/tools/flashrom/package.mk +++ b/packages/tools/flashrom/package.mk @@ -2,11 +2,11 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="flashrom" -PKG_VERSION="1.4.0" -PKG_SHA256="ad7ee1b49239c6fb4f8f55e36706fcd731435db1a4bd2fab3d80f1f72508ccee" +PKG_VERSION="1.5.0" +PKG_SHA256="3ef431cd0f039c1f7b929e81be145885e79192d16a843827e42977f488d9fec5" PKG_LICENSE="GPL" PKG_SITE="https://www.flashrom.org" -PKG_URL="https://download.flashrom.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz" +PKG_URL="https://download.flashrom.org/releases/${PKG_NAME}-v${PKG_VERSION}.tar.xz" PKG_DEPENDS_TARGET="toolchain libusb-compat" PKG_LONGDESC="flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices."