amdgpu-pro-libs: update to 6.1.3

This commit is contained in:
Mateusz Słodkowicz 2024-06-25 11:58:41 +02:00
parent 644ac9b2ee
commit 0c50a9aeff
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 312 additions and 294 deletions

File diff suppressed because it is too large Load Diff

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 = "6.0.3", ubuntu_code = "jammy"):
def generateFetchurl(version = "6.1.3", ubuntu_code = "jammy"):
packages = []
packages32 = []