flashrom: update to 1.5.0

release notes: https://www.flashrom.org/release_notes/v_1_5.html
This commit is contained in:
Rudi Heitbaum 2024-12-06 11:40:44 +00:00
parent ca5d59606f
commit 41312a31b9

View File

@ -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."