seabios: update to 1.16.0.

Also:
- fix xlint warnings.
This commit is contained in:
mobinmob 2022-05-21 16:28:12 +03:00 committed by classabbyamp
parent b2bf5bc707
commit aa452f994f
1 changed files with 3 additions and 3 deletions

View File

@ -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 <orphan@voidlinux.org>"
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"