Skip to content

Commit

Permalink
package-update
Browse files Browse the repository at this point in the history
  • Loading branch information
vyaghras committed Sep 10, 2024
1 parent d9aa79f commit e7bd859
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/linux-firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ package-name = "linux-firmware"
path = "../packages.rs"

[[package.metadata.build-package.external-files]]
url = "https://www.kernel.org/pub/linux/kernel/firmware/linux-firmware-20230625.tar.xz"
sha512 = "0e48aa7f63495485426d37491c7cb61843165625bd47f912c5d83628c6de871759f1a78be3af3d651f7c396bd87dff07e21ba7afc47896c1c143106d5f16d351"
url = "https://www.kernel.org/pub/linux/kernel/firmware/linux-firmware-20240811.tar.xz"
sha512 = "4ea6c24f4bf60eb7ae4cd2993ce4e9dadb03ca7e92f8ccb4778fcebd5c32e16ba8c6095e74b9ed6a111f1b44b983177b52f35a9ad8be7d1dfec2de29a296b8d1"
2 changes: 1 addition & 1 deletion packages/linux-firmware/linux-firmware.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%global __strip /usr/bin/true

Name: %{_cross_os}linux-firmware
Version: 20230625
Version: 20240811
Release: 1%{?dist}
Summary: Firmware files used by the Linux kernel
# The following list of SPDX identifiers was constructed with help of scancode
Expand Down
8 changes: 4 additions & 4 deletions packages/microcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ path = "../packages.rs"
# Check the two upstream repositories for the latest releases

[[package.metadata.build-package.external-files]]
url = "https://www.kernel.org/pub/linux/kernel/firmware/linux-firmware-20231111.tar.xz"
sha512 = "dd8eb7e8a51fe14479e2f4e1081a8a31f13d041ddd6180eaae6fe865dbad303c89aaaed2b9df237923f74f1cf9fe8c2e5492b4de5fce991ddb02bb091c95dc58"
url = "https://www.kernel.org/pub/linux/kernel/firmware/linux-firmware-20240811.tar.xz"
sha512 = "4ea6c24f4bf60eb7ae4cd2993ce4e9dadb03ca7e92f8ccb4778fcebd5c32e16ba8c6095e74b9ed6a111f1b44b983177b52f35a9ad8be7d1dfec2de29a296b8d1"

[[package.metadata.build-package.external-files]]
url = "https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-20231114.tar.gz"
sha512 = "a684444ef81e81687ff43b8255e95675eed1d728053bb1a483a60e94e2d2d43f10fc12522510b22daf90c4debd8f035e6b9a565813aa799c2e1e3a464124f59b"
url = "https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-20240813.tar.gz"
sha512 = "ba1fa7d9bed7d90756ea959f5878afca0deacc9b1e932a936a15d74a411b7efb6103a4af75dc3731d9cbb2e464439ce9a7d448f75bc6f38b616907ff6dec6ee3"
4 changes: 2 additions & 2 deletions packages/microcode/microcode.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# These are specific to the upstream source RPM, and will likely need to be
# updated for each new version.
%global amd_ucode_version 20231111
%global intel_ucode_version 20231114
%global amd_ucode_version 20240811
%global intel_ucode_version 20240813

Name: %{_cross_os}microcode
Version: 0.0
Expand Down

0 comments on commit e7bd859

Please sign in to comment.