From 8c5e340ad05a5faf9cbc77ff009db7d4b77d84fb Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:57:28 +0100 Subject: [PATCH] fix(hwaccel): use amdgpu/latest/ubuntu instead of versioned URL --- misc/tools.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index 468bd8916..b4f5a9686 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -4576,7 +4576,7 @@ _setup_rocm() { msg_info "Installing ROCm ${ROCM_VERSION} compute stack" - # ROCm main repository + # ROCm main repository (userspace compute libs) setup_deb822_repo \ "rocm" \ "https://repo.radeon.com/rocm/rocm.gpg.key" \ @@ -4592,7 +4592,7 @@ _setup_rocm() { { echo "" echo "Types: deb" - echo "URIs: https://repo.radeon.com/amdgpu/${ROCM_VERSION}/ubuntu" + echo "URIs: https://repo.radeon.com/amdgpu/latest/ubuntu" echo "Suites: ${ROCM_REPO_CODENAME}" echo "Components: main" echo "Architectures: amd64"