Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / hiprand
Commits: 36306c3c by Christian Heusel at 2025-05-06T23:58:20+02:00 upgpkg: 6.4.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hiprand pkgdesc = rocRAND marshalling library - pkgver = 6.3.3 + pkgver = 6.4.0 pkgrel = 1 url = https://rocm.docs.amd.com/projects/hipRAND/en/latest/ arch = x86_64 @@ -15,9 +15,9 @@ pkgbase = hiprand depends = rocrand optdepends = gcc-fortran: Use Fortran wrapper options = !lto - source = hiprand-6.3.3.tar.gz::https://github.com/ROCm/hipRAND/archive/rocm-6.3.3.tar.gz + source = hiprand-6.4.0.tar.gz::https://github.com/ROCm/hipRAND/archive/rocm-6.4.0.tar.gz source = hiprand-rocm-bin-path.patch - sha256sums = ea0d7638a463c06d30692205f8c591d3fe025b58a772226ca1c972e723118a2f + sha256sums = 60e9153edf617e984361696aa60af3ad44c5ae01ed75ad610c617a387b0559a4 sha256sums = 144fb5162222d81559e847d31226f7b56215fa558a549c8be534cfba3fbca241 pkgname = hiprand ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ # Maintainer: Torsten Keßler <tpkessler at archlinux dot org> pkgname=hiprand -pkgver=6.3.3 +pkgver=6.4.0 pkgrel=1 pkgdesc='rocRAND marshalling library' arch=('x86_64') @@ -12,7 +12,7 @@ optdepends=('gcc-fortran: Use Fortran wrapper') _git='https://github.com/ROCm/hipRAND' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz" "$pkgname-rocm-bin-path.patch") -sha256sums=('ea0d7638a463c06d30692205f8c591d3fe025b58a772226ca1c972e723118a2f' +sha256sums=('60e9153edf617e984361696aa60af3ad44c5ae01ed75ad610c617a387b0559a4' '144fb5162222d81559e847d31226f7b56215fa558a549c8be534cfba3fbca241') options=(!lto) _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hiprand/-/commit/36306c3c491d5024be32431c06564b0fb17785bd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hiprand/-/commit/36306c3c491d5024be32431c06564b0fb17785bd You're receiving this email because of your account on gitlab.archlinux.org.