aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-21 19:25:37 +0430
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-21 07:55:37 -0700
commit3b8d8e52665a937141942e449890647125a07964 (patch)
tree8851438a2f285146e223d1ab96470b422f31931b
parenta6bcdb161695f37d9325771e64347cb7d1d8d0f6 (diff)
downloadvcpkg-3b8d8e52665a937141942e449890647125a07964.tar.gz
vcpkg-3b8d8e52665a937141942e449890647125a07964.zip
[spectra] Update library to 0.8.1 (#7803)
-rw-r--r--ports/spectra/CONTROL2
-rw-r--r--ports/spectra/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/spectra/CONTROL b/ports/spectra/CONTROL
index 6aa712afd..ce5656bb0 100644
--- a/ports/spectra/CONTROL
+++ b/ports/spectra/CONTROL
@@ -1,5 +1,5 @@
Source: spectra
-Version: 0.8.0
+Version: 0.8.1
Description: A header-only C++ library for large scale eigenvalue problems
Homepage: https://spectralib.org
Build-Depends: eigen3
diff --git a/ports/spectra/portfile.cmake b/ports/spectra/portfile.cmake
index 94ac9b4d7..4af8133a4 100644
--- a/ports/spectra/portfile.cmake
+++ b/ports/spectra/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yixuan/spectra
- REF v0.8.0
- SHA512 186bcd8efd5dc6cf0aa81b909184e056d1df1e55870c700f0ca060f504fa997e3ce27c3d15d7b4c74422e4d18bcbd471558392a89e307693b89cc1f480fecc71
+ REF v0.8.1
+ SHA512 7cd2699234f7b15216e616323ef298124a7333b6efe4185299f8b326856ae515f904a47eeee5631292037567e5c1559b83e17aae503fccd94225c3947db3e90d
HEAD_REF master
)