highfive: update to 2.7.0

This commit is contained in:
Mehdi Chinoune
2023-03-31 12:27:21 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 69672cfd70
commit 5402ca879f

View File

@@ -3,8 +3,8 @@
_realname=highfive
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.6.2
pkgrel=2
pkgver=2.7.0
pkgrel=1
pkgdesc='Modern header-only C++11 friendly interface for libhdf5 (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -29,7 +29,7 @@ optdepends=(
)
options=('staticlibs' '!strip' '!buildflags')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/BlueBrain/HighFive/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('ab51b9fbb49e877dd1aa7b53b4b26875f41e4e0b8ee0fc2f1d735e0d1e43d708')
sha256sums=('8e05672ddf81a59ce014b1d065bd9a8c5034dbd91a5c2578e805ef880afa5907')
prepare(){
mv "${srcdir}/HighFive-${pkgver}" "${_realname}-${pkgver}"