From 4ea3330bab98feda39e27daa2d34bdf3f7833ada Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 21 May 2022 16:28:12 +0300 Subject: [PATCH] seabios: update to 1.16.0. Also: - fix xlint warnings. --- srcpkgs/seabios/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/seabios/template b/srcpkgs/seabios/template index bec0dcd92f2d..4a99299fae7e 100644 --- a/srcpkgs/seabios/template +++ b/srcpkgs/seabios/template @@ -1,16 +1,16 @@ # Template file for 'seabios' pkgname=seabios -version=1.14.0 +version=1.16.0 revision=1 +archs="i686* x86_64*" build_style=gnu-makefile hostmakedepends="python3" -archs="i686* x86_64*" short_desc="OSS implementation of a 16-bit x86 BIOS" maintainer="Orphaned " license="LGPL-3.0-or-later" homepage="https://www.seabios.org/" distfiles="https://www.seabios.org/downloads/${pkgname}-${version}.tar.gz" -checksum=eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd +checksum=d44d8e97ad56f3fd23ed3076077a770d37a5e7bae22daa59656ff41c3334fb34 CFLAGS="-Wno-error -Wno-array-bounds"