flashrom: update to 1.2.
This commit is contained in:
parent
2d6bd2289e
commit
31e19986d9
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flashrom'
|
||||
pkgname=flashrom
|
||||
version=1.1
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,9 +10,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://www.flashrom.org"
|
||||
distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
|
||||
checksum=b9bb67331bdde70d1f73c07fe770f32eb6dc8990ba87a10ee14ea8f722a3f810
|
||||
checksum=a5bac412cefb87bb426912fed46ccc38799d088a9b92dbe7bac38c5df016d9b2
|
||||
|
||||
pre_build() {
|
||||
sed -i "s:sbin:bin:g" Makefile
|
||||
sed -i 's/u_int\([0-9]*\)_t/uint\1_t/' $(find -name '*.[ch]')
|
||||
vsed -i "s:sbin:bin:g" Makefile
|
||||
vsed -i 's/u_int\([0-9]*\)_t/uint\1_t/' $(find -name '*.[ch]')
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue