Skip to content

Commit

Permalink
Merge pull request #2943 from mariux64/update-intel-microcode-from-20…
Browse files Browse the repository at this point in the history
…170511-to-20230808

Update Intel microcode data files from 20170511 to 20230808
  • Loading branch information
pmenzel authored Aug 9, 2023
2 parents 648c88e + 920b2d0 commit 89b652b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions intel-microcode.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down

0 comments on commit 89b652b

Please sign in to comment.