Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cbfstool: fix SRCURL
- original source lost
- fixed SRCURL
  • Loading branch information
wwwutz committed May 4, 2021
1 parent cc4ba01 commit 52906f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 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.)
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

0 comments on commit 52906f4

Please sign in to comment.