flashrom: update to 1.1
This commit is contained in:
parent
38d66bf3cf
commit
6595fbc6c0
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'flashrom'
|
||||
pkgname=flashrom
|
||||
version=1.0.1
|
||||
version=1.1
|
||||
revision=1
|
||||
wrksrc="flashrom-v${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pciutils-devel libusb-compat-devel"
|
||||
|
@ -10,8 +9,8 @@ short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.flashrom.org"
|
||||
distfiles="https://download.flashrom.org/releases/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44
|
||||
distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
|
||||
checksum=b9bb67331bdde70d1f73c07fe770f32eb6dc8990ba87a10ee14ea8f722a3f810
|
||||
|
||||
pre_build() {
|
||||
sed -i "s:sbin:bin:g" Makefile
|
||||
|
|
Loading…
Reference in New Issue