From f305a92227a1fb0f37874625036224de2fd70269 Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 10 Jul 2024 00:47:53 +0200 Subject: [PATCH] main/ucode-amd: update to 20240709 --- main/ucode-amd/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ucode-amd/template.py b/main/ucode-amd/template.py index 74259cecb0..b345703703 100644 --- a/main/ucode-amd/template.py +++ b/main/ucode-amd/template.py @@ -1,6 +1,6 @@ # keep in sync with firmware-linux pkgname = "ucode-amd" -pkgver = "20240513" +pkgver = "20240709" pkgrel = 0 archs = ["x86_64"] makedepends = ["firmware-linux-amd-ucode"]