diff --git a/GBM/License/7z license.txt b/GBM/License/7z license.txt index 2a0f377..48dc6c6 100644 --- a/GBM/License/7z license.txt +++ b/GBM/License/7z license.txt @@ -3,7 +3,7 @@ License for use and distribution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Copyright (C) 1999-2018 Igor Pavlov. + Copyright (C) 1999-2019 Igor Pavlov. 7-Zip Extra files are under the GNU LGPL license. diff --git a/GBM/License/license.txt b/GBM/License/license.txt index 11fcfed..d93cf8f 100644 --- a/GBM/License/license.txt +++ b/GBM/License/license.txt @@ -1,5 +1,5 @@ GBM - Game Backup Monitor -Copyright (C) 2016 Michael J. Seiferling +Copyright (C) 2019 Michael J. Seiferling This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/GBM/Managers/mgrCommon.vb b/GBM/Managers/mgrCommon.vb index 3981578..77760f0 100644 --- a/GBM/Managers/mgrCommon.vb +++ b/GBM/Managers/mgrCommon.vb @@ -9,8 +9,8 @@ Imports System.Runtime.Serialization.Formatters.Binary Public Class mgrCommon 'These need to be updated when upgrading the packaged 7z utility - Private Shared sUtility64Hash As String = "8BC2A3D6C37C4DB9BD487AD35039AE0DC8A1DDF2C3B1F0B76B3E678FEBB9F223" 'v18.05 7za.exe x64 - Private Shared sUtility32Hash As String = "77613CCA716EDF68B9D5BAB951463ED7FADE5BC0EC465B36190A76299C50F117" 'v18.05 7za.exe x86 + Private Shared sUtility64Hash As String = "8117E40EE7F824F63373A4F5625BB62749F69159D0C449B3CE2F35AAD3B83549" 'v19.00 7za.exe x64 + Private Shared sUtility32Hash As String = "EA308C76A2F927B160A143D94072B0DCE232E04B751F0C6432A94E05164E716D" 'v19.00 7za.exe x86 Public Shared ReadOnly Property UtilityHash As String Get diff --git a/GBM/Utilities/x64/7za.exe b/GBM/Utilities/x64/7za.exe index d3055c8..9f27b20 100644 Binary files a/GBM/Utilities/x64/7za.exe and b/GBM/Utilities/x64/7za.exe differ diff --git a/GBM/Utilities/x86/7za.exe b/GBM/Utilities/x86/7za.exe index d516eb5..2bdd57d 100644 Binary files a/GBM/Utilities/x86/7za.exe and b/GBM/Utilities/x86/7za.exe differ