coreboot-utils: update to 4.9.
This commit is contained in:
parent
168cad831a
commit
f4929b8f44
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'coreboot-utils'
|
||||
pkgname=coreboot-utils
|
||||
version=4.8.1
|
||||
revision=2
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-makefile
|
||||
version=4.9
|
||||
revision=1
|
||||
wrksrc="coreboot-${version}"
|
||||
build_wrksrc="util"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-makefile
|
||||
makedepends="pciutils-devel zlib-devel"
|
||||
short_desc="Coreboot firmware utilities"
|
||||
maintainer="m3tav3rse <n6maa10816@tuta.io>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://coreboot.org"
|
||||
distfiles="https://coreboot.org/releases/coreboot-${version}.tar.xz"
|
||||
checksum=f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23
|
||||
checksum=32368d8b3d87a79376e30efd4ed279e90ace9a3d752ea6f98e2efdd18a896a76
|
||||
|
||||
do_build() {
|
||||
for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \
|
||||
|
|
Loading…
Reference in New Issue