flashrom: update to 1.0.1.
This commit is contained in:
parent
2aed05e344
commit
99bc41b84c
2 changed files with 10 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'flashrom'
|
||||
pkgname=flashrom
|
||||
version=1.0
|
||||
version=1.0.1
|
||||
revision=1
|
||||
wrksrc="flashrom-v${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pciutils-devel libusb-compat-devel"
|
||||
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
makedepends="pciutils-devel libusb-compat-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
homepage="http://www.flashrom.org"
|
||||
build_style=gnu-makefile
|
||||
license="GPL-2"
|
||||
distfiles=https://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
||||
checksum=3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.flashrom.org"
|
||||
distfiles="https://download.flashrom.org/releases/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44
|
||||
|
||||
pre_build() {
|
||||
sed -i "s:sbin:bin:g" Makefile
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_]|v)?\K([^-/_\s]*?\d[^-/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'
|
||||
ignore="*wgTitle*"
|
||||
|
|
Loading…
Reference in a new issue