Skip to content

cbfstool: fix SRCURL #2129

Merged
merged 1 commit into from
May 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions cbfstool.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down