summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-06-27 02:59:08 -0500
committerLuis Martinez2021-06-27 02:59:08 -0500
commita35a7168343c09566c5b3c6697017097a43e6136 (patch)
treee24f353b40a4fc4d80146c1735919cefbaf9c359 /PKGBUILD
parent4c962db2cacf517506f7f5661fffdf1195f3cc8d (diff)
downloadaur-thermofun.tar.gz
update to 0.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a94f595f8809..c90de7c54e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: lmartinez-mirror
pkgname=thermofun
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
pkgdesc="Library for calculating standard state thermodynamic properties"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('gcc-libs')
makedepends=('cmake' 'nlohmann-json' 'pybind11' 'python-setuptools')
provides=('libThermoFun.so')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('0cf7c9c09e83f56d6d0b43e1c57bc1e1595a6002e87cd2ccf3ec519f2be5323c')
+sha256sums=('1daffed5ca3b6187548729da9884f63c76c02af4dd6cb7e649a898b016353c6f')
build() {
cmake \