diff --git a/GBM/License/7z license.txt b/GBM/License/7z license.txt index 7b8e9a0..2a0f377 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-2016 Igor Pavlov. + Copyright (C) 1999-2018 Igor Pavlov. 7-Zip Extra files are under the GNU LGPL license. diff --git a/GBM/Managers/mgrCommon.vb b/GBM/Managers/mgrCommon.vb index d642bdc..61be07d 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 = "05ACEE3BAC0C6C4E396116EF27B953F992DE8D28DD14D317977F45692304C318" 'v16.02 7za.exe x64 - Private Shared sUtility32Hash As String = "7AA7056DB4348229A288EEF49027B94C0D8D1A3C3AEDC6FA89B640334C7B37E9" 'v16.02 7za.exe x86 + Private Shared sUtility64Hash As String = "F558DFBB7F2BF5D9A002AC68843A2E79E4EC045EDD7F56213562ACFA75CC77AD" 'v18.01 7za.exe x64 + Private Shared sUtility32Hash As String = "E6855553350FA6FB23E05839C7F3EF140DAD29D9A0E3495DE4D1B17A9FBF5CA4" 'v18.01 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 4dc5156..a67de91 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 3bc851d..207cb62 100644 Binary files a/GBM/Utilities/x86/7za.exe and b/GBM/Utilities/x86/7za.exe differ