From 52906f450ba7c524e61afa0787e458a319135ca4 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 4 May 2021 12:37:47 +0200 Subject: [PATCH] cbfstool: fix SRCURL - original source lost - fixed SRCURL --- cbfstool.be0 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cbfstool.be0 b/cbfstool.be0 index 66c994a12..4076f31c2 100755 --- a/cbfstool.be0 +++ b/cbfstool.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION cbfstool-4.11.1032_g98eeb96135-0 +# BEE_VERSION cbfstool-4.11.1032_g98eeb96135-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,8 +9,11 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://review.coreboot.org/cgit/coreboot.git/snapshot/coreboot-${PKGEXTRAVERSION}.tar.bz2" -SRCURL[1]="https://review.coreboot.org/cgit/vboot.git/snapshot/vboot-f5367d598a985520a8c935f68ac90d295c7b8d8e.tar.bz2" +#SRCURL[0]="https://review.coreboot.org/cgit/coreboot.git/snapshot/coreboot-${PKGEXTRAVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/632776e7dfc163d8b8266bc0d3e9417d/coreboot-g98eeb96135.tar.bz2" + +#SRCURL[1]="https://review.coreboot.org/cgit/vboot.git/snapshot/vboot-f5367d598a985520a8c935f68ac90d295c7b8d8e.tar.bz2" +SRCURL[1]="https://beehive.molgen.mpg.de/551d7832613f23ee73a0e48dbd2d729e/vboot-f5367d598a985520a8c935f68ac90d295c7b8d8e.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.