Skip to content

Commit

Permalink
intel-microcode: Update version from 20170510 to 20230808
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 9, 2023
1 parent 648c88e commit 6fa3920
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 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,7 @@
## 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"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 6fa3920

Please sign in to comment.