amdgpu-pro-libs: update to 5.7

This commit is contained in:
2023-09-25 23:16:49 +02:00
parent bd301b03f9
commit 261cd611b4
2 changed files with 526 additions and 238 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -22,7 +22,7 @@ def readPackages(packageString, packages,version):
elif x[0] == "SHA256":
packages[len(packages) - 1]["sha256"] = x[1].strip()
def generateFetchurl(version = "5.5.3", ubuntu_code = "jammy"):
def generateFetchurl(version = "5.7", ubuntu_code = "jammy"):
packages = []
packages32 = []