Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / hipblaslt
Commits: b196363b by Christian Heusel at 2025-03-26T21:22:24+01:00 fix nvchecker to use git sources - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,5 @@ [hipblaslt] -source = 'github' -github = 'ROCm/hipBLASLt' -use_latest_release = true +source = 'git' +git = 'https://github.com/ROCm/hipBLASLt.git' prefix = 'rocm-' +include_regex = 'rocm-.*' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/b196363b96f3d9945c7219a9b89e070beb3dcc1d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/b196363b96f3d9945c7219a9b89e070beb3dcc1d You're receiving this email because of your account on gitlab.archlinux.org.
