diff --git a/check-version.sh b/check-version.sh index 5ff130e..d9181d3 100644 --- a/check-version.sh +++ b/check-version.sh @@ -4,7 +4,7 @@ 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') +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 VERSION=${TAG_NAME//microcode-/} diff --git a/pkg.info b/pkg.info index b7dc5ab..563f0b4 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: intel-ucode description: Microcode update files for Intel CPUs -version: "20251111" +version: "20260210" revision: 1 url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files license: custom +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any 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 extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 5a9a0d17240f486461bc101ef74f2b8c10675cdd02d0ba0bd6168b061c62e970 + checksum: 252b4c2c1ed930b0422ee0cb843140c93f5e12a75bbbcca7d64e21b1bcf05bfa