Diff intel-microcode-20221108_p20221102 with a intel-microcode-20230214_p20230212

/usr/portage/sys-firmware/intel-microcode/intel-microcode-20230214_p20230212.ebuild 2023-10-09 14:52:35.496368502 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI="7"
4
EAPI=8
5 5

  
6 6
inherit linux-info mount-boot
7 7

  
......
59 59

  
60 60
# Package Maintenance instructions :
61 61
# 1. The ebuild is in the form of intel-microcode-<INTEL_SNAPSHOT>_p<COLLECTION_SNAPSHOT>.ebuild
62
# 2. The INTEL_SNAPSHOT upstream is located at: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files\
62
# 2. The INTEL_SNAPSHOT upstream is located at: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
63 63
# 3. The COLLECTION_SNAPSHOT is created manually using the following steps:
64 64
#   a. Clone the repository https://github.com/platomav/CPUMicrocodes
65 65
#   b. Rename the Intel directory to intel-microcode-collection-<YYYYMMDD>
Thank you!