flashrom: 1.3.0 -> 1.4.0

This commit is contained in:
Tim Biermann 2024-07-25 18:55:45 +02:00
parent 6bcc9ae88b
commit 05737a4ca7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 12 deletions

View File

@ -10,7 +10,3 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/flashrom.pc
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/flashrom
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/flashrom.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/6QQynIiH/QnjnGu5z8Cxw8hpVjer3DRx/9/nrj/NP1I8Oi2t9bGmvyqToOLefwxVaaeeFo4I5GdoW7UFixkQk=
SHA256 (Pkgfile) = 04c5d6d1d104ba0dc95bfef319ec23d1559bd9b4d2e6bee3ba510ed9a5ead873
SHA256 (.footprint) = 15b8ef5220f61c25c077a1a2ffa8cf871643043beb78231ea86d7c7dc79d93c0
SHA256 (flashrom-v1.3.0.tar.bz2) = a053234453ccd012e79f3443bdcc61625cf97b7fd7cb4cdd8bfbffbe8b149623
RWSagIOpLGJF38chu+mtebMMCnWWuhTs/bjexBiPmqeeJFb8R3eeAtvojH5Tk3K6mbR9F3D1O1ApXT9UNMFPIVJBIxiC1TbVXA8=
SHA256 (Pkgfile) = e6116ea59baa11cb3fea8c1f038b8e27c0aede191b6096986f303a2fa68c1fbc
SHA256 (.footprint) = 4eaa7e93b2ecfbaeb0d1d4ff27e57f84172e49ce7731eb1ad5f9e2b93ec448a1
SHA256 (flashrom-1.4.0.tar.xz) = ad7ee1b49239c6fb4f8f55e36706fcd731435db1a4bd2fab3d80f1f72508ccee

View File

@ -2,15 +2,17 @@
# URL: https://www.flashrom.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libftdi libjaylink pciutils
# Optional: dmidecode
# Optional: bash-completion dmidecode
name=flashrom
version=1.3.0
version=1.4.0
release=1
source=(https://download.flashrom.org/releases/$name-v$version.tar.bz2)
source=(https://download.flashrom.org/releases/$name-$version.tar.xz)
build() {
meson setup $name-v$version build \
prt-get isinst bash-completion || PKGMK_FLASHROM+=' -D bash_completion=disabled'
meson setup $name-$version build $PKGMK_FLASHROM \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \