Update package version to 20260210
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
REPO="intel/Intel-Linux-Processor-Microcode-Data-Files"
|
REPO="intel/Intel-Linux-Processor-Microcode-Data-Files"
|
||||||
|
|
||||||
# Get tag name using Github Rest API
|
# Get tag name using Github Rest API
|
||||||
TAG_NAME=$(curl -s -L -H "X-GitHub-Api-Version: 2022-11-28" -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name')
|
TAG_NAME=$(curl -s -L -H "X-GitHub-Api-Version: 2022-11-28" -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/"$REPO"/tags | jq -r '.[].name' | grep -v 'rev' | head -n1)
|
||||||
|
|
||||||
# Trim prefix
|
# Trim prefix
|
||||||
VERSION=${TAG_NAME//microcode-/}
|
VERSION=${TAG_NAME//microcode-/}
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
name: intel-ucode
|
name: intel-ucode
|
||||||
description: Microcode update files for Intel CPUs
|
description: Microcode update files for Intel CPUs
|
||||||
version: "20251111"
|
version: "20260210"
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
||||||
license: custom
|
license: custom
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
output_architecture: any
|
output_architecture: any
|
||||||
type: source
|
type: source
|
||||||
@@ -11,4 +13,4 @@ downloads:
|
|||||||
- url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 5a9a0d17240f486461bc101ef74f2b8c10675cdd02d0ba0bd6168b061c62e970
|
checksum: 252b4c2c1ed930b0422ee0cb843140c93f5e12a75bbbcca7d64e21b1bcf05bfa
|
||||||
|
|||||||
Reference in New Issue
Block a user