Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hipcub


Commits:
ec026963 by Torsten Keßler at 2023-12-22T08:57:43+01:00
upgpkg: 6.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = hipcub
        pkgdesc = Header-only library on top of rocPRIM or CUB
-       pkgver = 5.7.1
+       pkgver = 6.0.0
        pkgrel = 1
        url = https://hipcub.readthedocs.io/en/latest/
        arch = x86_64
-       license = custom
+       license = NCSA
        makedepends = rocm-cmake
        depends = rocprim
        depends = hip
-       source = 
hipcub-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-5.7.1.tar.gz
-       sha256sums = 
9b23a58408bc4c549d3c754196cb3e2c1a50e177ab0a286101cbea2f7f173945
+       source = 
hipcub-6.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-6.0.0.tar.gz
+       sha256sums = 
8d9f6e1e3f8433a2ceae1b0efd6727c21383980077e264725d00d5fee165bd30
 
 pkgname = hipcub


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <[email protected]>
 pkgname=hipcub
-pkgver=5.7.1
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='Header-only library on top of rocPRIM or CUB'
 arch=('x86_64')
 url='https://hipcub.readthedocs.io/en/latest/'
-license=('custom')
+license=('NCSA')
 depends=('rocprim' 'hip')
 makedepends=('rocm-cmake')
 _git='https://github.com/ROCmSoftwarePlatform/hipCUB'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('9b23a58408bc4c549d3c754196cb3e2c1a50e177ab0a286101cbea2f7f173945')
+sha256sums=('8d9f6e1e3f8433a2ceae1b0efd6727c21383980077e264725d00d5fee165bd30')
 _dirname="$(basename $_git)-$(basename "${source[0]}" ".tar.gz")"
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hipcub/-/commit/ec02696391e4f5dbd76a205c82ed5e22790422fb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hipcub/-/commit/ec02696391e4f5dbd76a205c82ed5e22790422fb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to