diff --git a/cbmem.be0 b/cbmem.be0 index 348b93fd1..789989304 100755 --- a/cbmem.be0 +++ b/cbmem.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION cbmem-4.10-778_gd1e18d9a44-0 +# BEE_VERSION cbmem-4.10-778_gd1e18d9a44-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,7 +9,8 @@ ## 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[0]="https://review.coreboot.org/cgit/coreboot.git/snapshot/coreboot-${PKGEXTRAVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/6e364ab01556f8992ba7bf891cd3077a/coreboot-gd1e18d9a44.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.