vboot-utils: rebuild against OpenSSL
This commit is contained in:
parent
84c7a50da8
commit
be6572a2b3
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'vboot-utils'
|
# Template file for 'vboot-utils'
|
||||||
pkgname=vboot-utils
|
pkgname=vboot-utils
|
||||||
version=89.13729
|
version=89.13729
|
||||||
revision=1
|
revision=2
|
||||||
_version=${version/./-}
|
_version=${version/./-}
|
||||||
archs="x86_64* i686* aarch64* arm*"
|
archs="x86_64* i686* aarch64* arm*"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel libuuid-devel zlib-devel"
|
makedepends="openssl-devel libuuid-devel zlib-devel"
|
||||||
short_desc="Verified boot kernel utilities"
|
short_desc="Verified boot kernel utilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in a new issue