diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template index 411d901e1c0..1d5ff995d35 100644 --- a/srcpkgs/flashrom/template +++ b/srcpkgs/flashrom/template @@ -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 " 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]') }