diff --git a/intel-microcode.be0 b/intel-microcode.be0 index 64f962a7c..b9324c6d1 100755 --- a/intel-microcode.be0 +++ b/intel-microcode.be0 @@ -1,13 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION intel-microcode-20170511-0 - -# ***** created by ***** -# -# Download manually from -# https://downloadcenter.intel.com/search?keyword=linux+microcode -# -# bee init /src/mariux/beeroot/downloads/intel-microcode-YYYYMMDD.tgz +# BEE_VERSION intel-microcode-20230808-0 ## 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.) @@ -16,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]="/src/mariux/beeroot/downloads/intel-microcode-${PKGVERSION}.tgz" +#SRCURL[0]="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/3ee34344da8f31b3651d901f2d5e2f31/microcode-20230808.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.