From 9a232b2ed41493706e78d2637abca6622a5d792b Mon Sep 17 00:00:00 2001
From: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed, 5 May 2021 15:44:18 -0400
Subject: [PATCH] exodus: update to 8.11f (upstream tag v2021-04-05)

---
 ThirdParty/exodusII/CMakeLists.txt | 2 +-
 ThirdParty/exodusII/update.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ThirdParty/exodusII/CMakeLists.txt b/ThirdParty/exodusII/CMakeLists.txt
index a6540019f0c..4a7d8e1f11e 100644
--- a/ThirdParty/exodusII/CMakeLists.txt
+++ b/ThirdParty/exodusII/CMakeLists.txt
@@ -1,6 +1,6 @@
 vtk_module_third_party_internal(
   LICENSE_FILES "vtkexodusII/COPYRIGHT"
-  VERSION       "7.24f"
+  VERSION       "8.11f"
   STANDARD_INCLUDE_DIRS)
 
 #configure_file(
diff --git a/ThirdParty/exodusII/update.sh b/ThirdParty/exodusII/update.sh
index 2ce60730580..3f64c25c496 100755
--- a/ThirdParty/exodusII/update.sh
+++ b/ThirdParty/exodusII/update.sh
@@ -8,7 +8,7 @@ readonly name="exodusII"
 readonly ownership="Seacas Upstream <kwrobot@kitware.com>"
 readonly subtree="ThirdParty/$name/vtk$name"
 readonly repo="https://gitlab.kitware.com/third-party/seacas.git"
-readonly tag="exodus/for/vtk-20201110-8.02-v2020-04-30"
+readonly tag="exodus/for/vtk-20210505-v2021-04-05"
 readonly paths="
 packages/seacas/libraries/exodus/CMakeLists.vtk.txt
 packages/seacas/libraries/exodus/cmake/exodus_config.h.in
-- 
GitLab