amdgpu-pro-libs: update to 6.4.1

This commit is contained in:
Mateusz Słodkowicz 2025-07-11 11:39:36 +02:00
parent 84d8b84d1e
commit 4519d5dc83
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 276 additions and 294 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ def readPackages(packageString, packages,version):
elif x[0] == "SHA256":
packages[len(packages) - 1]["sha256"] = x[1].strip()
def generateFetchurl(version = "6.4", ubuntu_code = "noble"):
def generateFetchurl(version = "6.4.1", ubuntu_code = "noble"):
packages = []
packages32 = []