Skip to content

Commit

Permalink
upgpkg: hipfort 5.1.1-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
tpkessler committed Apr 9, 2022
1 parent ccd4732 commit 3c4d2d0
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.1.0
pkgver = 5.1.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.1.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.1.0.tar.gz
sha256sums = 1ddd46c00bb6bcd539a921d6a94d858f4e4408a35cb6910186c7517f375ae8ab
source = hipfort-5.1.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.1.1.tar.gz
sha256sums = 11eb18bc579cf36b8806d19e9dfde126dd3eec233e76c402ba9307980116308a

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.1.0
pkgver=5.1.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=('1ddd46c00bb6bcd539a921d6a94d858f4e4408a35cb6910186c7517f375ae8ab')
sha256sums=('11eb18bc579cf36b8806d19e9dfde126dd3eec233e76c402ba9307980116308a')
options=(!strip)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"

Expand Down

0 comments on commit 3c4d2d0

Please sign in to comment.