Update package version to 20250812
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
REPO="intel/Intel-Linux-Processor-Microcode-Data-Files"
|
||||||
|
|
||||||
|
# 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')
|
||||||
|
|
||||||
|
# Trim prefix
|
||||||
|
VERSION=${TAG_NAME//microcode-/}
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: intel-ucode
|
name: intel-ucode
|
||||||
description: Microcode update files for Intel CPUs
|
description: Microcode update files for Intel CPUs
|
||||||
version: 20250512
|
version: 20250812
|
||||||
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
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user