Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / hipblas-common
Commits: 73575bf9 by Christian Heusel at 2025-08-03T13:10:14+02:00 upgpkg: 6.4.2-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hipblas-common pkgdesc = Common files shared by hipBLAS and hipBLASLt - pkgver = 6.4.1 + pkgver = 6.4.2 pkgrel = 1 url = https://rocm.docs.amd.com/projects/hipBLAS/en/latest/index.html arch = any @@ -9,7 +9,7 @@ pkgbase = hipblas-common makedepends = cmake makedepends = hip-runtime-amd depends = rocm-core - source = hipblas-common-6.4.1.tar.gz::https://github.com/ROCm/hipBLAS-common/archive/rocm-6.4.1.tar.gz - sha256sums = ba3cb314ceab9183aeac851e536c5d143933986f3099533edd327ffeb4b48e9b + source = hipblas-common-6.4.2.tar.gz::https://github.com/ROCm/hipBLAS-common/archive/rocm-6.4.2.tar.gz + sha256sums = 2212ebede73269864d5303fec94f4d0774c196f68dc9afe50af4014f82f1e073 pkgname = hipblas-common ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ # Maintainer: Torsten Keßler <tpkessler at archlinux dot org> pkgname=hipblas-common -pkgver=6.4.1 +pkgver=6.4.2 pkgrel=1 pkgdesc='Common files shared by hipBLAS and hipBLASLt' arch=('any') @@ -10,7 +10,7 @@ depends=('rocm-core') makedepends=('rocm-cmake' 'cmake' 'hip-runtime-amd') _git='https://github.com/ROCm/hipBLAS-common' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") -sha256sums=('ba3cb314ceab9183aeac851e536c5d143933986f3099533edd327ffeb4b48e9b') +sha256sums=('2212ebede73269864d5303fec94f4d0774c196f68dc9afe50af4014f82f1e073') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas-common/-/commit/73575bf96f83d452cc2847a69cbe7cc67c9968b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas-common/-/commit/73575bf96f83d452cc2847a69cbe7cc67c9968b3 You're receiving this email because of your account on gitlab.archlinux.org.