diff options
author | Michel Zou | 2024-08-13 09:38:39 +0200 |
---|---|---|
committer | Michel Zou | 2024-08-13 09:38:39 +0200 |
commit | da1c7a950647acdd43bec87280f22e420ed0b002 (patch) | |
tree | 94bde7b878fd45b9cfe50ac4a93ea7ba298a452e | |
parent | 5fe4465e0148249f91dbeccadd4c43c8c9df2705 (diff) | |
download | aur-da1c7a950647acdd43bec87280f22e420ed0b002.tar.gz |
4.4.00
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-kokkos pkgdesc = C++ performance portability programming ecosystem (mingw-w64) - pkgver = 4.3.00 + pkgver = 4.4.00 pkgrel = 1 url = https://github.com/kokkos/kokkos arch = any @@ -10,7 +10,7 @@ pkgbase = mingw-w64-kokkos options = !buildflags options = staticlibs options = !strip - source = https://github.com/kokkos/kokkos/archive/4.3.00.tar.gz - sha512sums = 43d2388ed4299bfd9158a5a679d030006bc90b4d5c9e509fc42903439bbaf6fd73ceabaf29e10bf1d1074b1fb9151d8ea5390352043681b32e2fd5a71283c35c + source = https://github.com/kokkos/kokkos/archive/4.4.00.tar.gz + sha512sums = 3c9a376e4304268b647d06469fc9baacf1ece8bba6dad7b119edf262ef59f75079114da6d3d799615e92530358c300c27aa9da151efdf62c7d822a0b020428ea pkgname = mingw-w64-kokkos @@ -1,5 +1,5 @@ pkgname=mingw-w64-kokkos -pkgver=4.3.00 +pkgver=4.4.00 pkgrel=1 pkgdesc="C++ performance portability programming ecosystem (mingw-w64)" license=('Apache') @@ -9,7 +9,7 @@ depends=('mingw-w64-crt') makedepends=('mingw-w64-cmake') options=('!buildflags' 'staticlibs' '!strip') source=(${url}/archive/${pkgver}.tar.gz) -sha512sums=('43d2388ed4299bfd9158a5a679d030006bc90b4d5c9e509fc42903439bbaf6fd73ceabaf29e10bf1d1074b1fb9151d8ea5390352043681b32e2fd5a71283c35c') +sha512sums=('3c9a376e4304268b647d06469fc9baacf1ece8bba6dad7b119edf262ef59f75079114da6d3d799615e92530358c300c27aa9da151efdf62c7d822a0b020428ea') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |