Skip to content

Commit

Permalink
upgpkg: hipfort 5.2.1-1
Browse files Browse the repository at this point in the history
Update checksum
  • Loading branch information
tpkessler committed Jul 23, 2022
1 parent d45bd3f commit abac935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hipfort/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = hipfort
pkgdesc = Fortran interfaces for ROCm libraries
pkgver = 5.2.0
pkgver = 5.2.1
pkgrel = 1
url = https://rocmsoftwareplatform.github.io/hipfort/
arch = x86_64
Expand All @@ -11,7 +11,7 @@ pkgbase = hipfort
depends = hip
depends = gcc-fortran
options = !strip
source = hipfort-5.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.2.0.tar.gz
sha256sums = a0af1fe62757993600a41af6bb6c4b8c6cfdfba650389645ac1f995f7623785c
source = hipfort-5.2.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.2.1.tar.gz
sha256sums = ed53c9914d326124482751b81c4a353c6e64e87c1111124169a33513a3c49b42

pkgname = hipfort
4 changes: 2 additions & 2 deletions hipfort/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer Torsten Keßler <t dot kessler at posteo dot de>

pkgname=hipfort
pkgver=5.2.0
pkgver=5.2.1
pkgrel=1
pkgdesc='Fortran interfaces for ROCm libraries'
arch=('x86_64')
Expand All @@ -11,7 +11,7 @@ depends=('hip' 'gcc-fortran')
makedepends=('cmake' 'rocm-cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/hipfort'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
sha256sums=('a0af1fe62757993600a41af6bb6c4b8c6cfdfba650389645ac1f995f7623785c')
sha256sums=('ed53c9914d326124482751b81c4a353c6e64e87c1111124169a33513a3c49b42')
options=(!strip)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"

Expand Down

0 comments on commit abac935

Please sign in to comment.