vboot-utils: fix http download
the http download gave different shasums.
This commit is contained in:
parent
11d2ebd8c7
commit
6936e3de73
1 changed files with 8 additions and 5 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'vboot-utils'
|
# Template file for 'vboot-utils'
|
||||||
pkgname=vboot-utils
|
pkgname=vboot-utils
|
||||||
version=45.7262
|
version=45.7262
|
||||||
|
_githash=0e8c964915fffb58032bb59bdb31949de718ca90
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
hostmakedepends="pkg-config git"
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="libressl-devel libuuid-devel liblzma-devel libyaml-devel"
|
makedepends="libressl-devel libuuid-devel liblzma-devel libyaml-devel"
|
||||||
short_desc="Verified boot kernel utilities"
|
short_desc="Verified boot kernel utilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git"
|
homepage="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git"
|
||||||
distfiles="$homepage/+archive/refs/heads/release-R${version//./-}.B.tar.gz"
|
|
||||||
checksum=a4192cc71686ee453e7d82ed1e3802d66a4257f0c8253922ab368fd910071e60
|
|
||||||
CFLAGS=-D_GNU_SOURCE
|
CFLAGS=-D_GNU_SOURCE
|
||||||
create_wrksrc=yes
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git $pkgname-$version || true
|
||||||
|
cd $pkgname-$version
|
||||||
|
git checkout $_githash
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
local _arch=
|
local _arch=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue