summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Rudenko2022-05-15 02:05:59 +0300
committerMikhail Rudenko2022-05-15 02:05:59 +0300
commit2165029013b56f4c0533cc66b17dbe6caaf956b4 (patch)
treec2502004ba2dff25033b90518d52aba8db5bfda1
parent39ff35554dcc961b165296025215a02a0b2c60ba (diff)
downloadaur-2165029013b56f4c0533cc66b17dbe6caaf956b4.tar.gz
Bump to version 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f8efb57f1b..6374ddeb5094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = highfive
pkgdesc = Header-only C++ HDF5 interface
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/BlueBrain/HighFive
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = highfive
depends = boost
depends = hdf5
depends = eigen
- source = https://github.com/BlueBrain/HighFive/archive/v2.4.0.tar.gz
- md5sums = fd4a24d62f1128ff24966517b23f1392
+ source = https://github.com/BlueBrain/HighFive/archive/v2.4.1.tar.gz
+ md5sums = 97198c87cae1860f1d4d78ad58f5333f
pkgname = highfive
diff --git a/PKGBUILD b/PKGBUILD
index 69e793b2c9b3..fa1973f779e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=highfive
_pkgname=HighFive
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="Header-only C++ HDF5 interface"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Boost')
depends=('boost' 'hdf5' 'eigen')
makedepends=('cmake')
source=(https://github.com/BlueBrain/$_pkgname/archive/v$pkgver.tar.gz)
-md5sums=('fd4a24d62f1128ff24966517b23f1392')
+md5sums=('97198c87cae1860f1d4d78ad58f5333f')
prepare() {
mkdir -p build-$pkgver