flashrom: update to 1.1
This commit is contained in:
parent
38d66bf3cf
commit
6595fbc6c0
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'flashrom'
|
# Template file for 'flashrom'
|
||||||
pkgname=flashrom
|
pkgname=flashrom
|
||||||
version=1.0.1
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="flashrom-v${version}"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="pciutils-devel libusb-compat-devel"
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.flashrom.org"
|
homepage="https://www.flashrom.org"
|
||||||
distfiles="https://download.flashrom.org/releases/${pkgname}-v${version}.tar.bz2"
|
distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
|
||||||
checksum=d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44
|
checksum=b9bb67331bdde70d1f73c07fe770f32eb6dc8990ba87a10ee14ea8f722a3f810
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s:sbin:bin:g" Makefile
|
sed -i "s:sbin:bin:g" Makefile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue