vboot-utils: Add update check
This commit is contained in:
parent
5cbd3a7d76
commit
c788467968
|
@ -8,7 +8,7 @@ hostmakedepends="pkg-config git"
|
|||
makedepends="libressl-devel libuuid-devel liblzma-devel libyaml-devel"
|
||||
short_desc="Verified boot kernel utilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git"
|
||||
CFLAGS='-D_GNU_SOURCE -Wno-error -fcommon'
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
site="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git/+refs?format=TEXT"
|
||||
pattern='refs/heads/release-R\K[\d]+-[\d]+'
|
||||
version=${version//./-}
|
Loading…
Reference in New Issue