diff --git a/automatic/orientdb/legal/VERIFICATION.txt b/automatic/orientdb/legal/VERIFICATION.txt index 3d8b67c58..28b8b23b2 100644 --- a/automatic/orientdb/legal/VERIFICATION.txt +++ b/automatic/orientdb/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: DD662D99B49E7ADEA4B605B7E02DCCFFBFCA6FED696C01E1F5D3929B522CDCE2 + checksum32: C292B8453B1C932268DD5E3B8FE40BCFAFE73B6A4EF63F7E0FE6BDC725184077 File 'LICENSE.txt' is obtained from diff --git a/automatic/orientdb/orientdb.nuspec b/automatic/orientdb/orientdb.nuspec index d47321ac5..5fdde9191 100644 --- a/automatic/orientdb/orientdb.nuspec +++ b/automatic/orientdb/orientdb.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.2.16 + 3.2.17 Maurice Kevenaar diff --git a/automatic/orientdb/tools/chocolateyinstall.ps1 b/automatic/orientdb/tools/chocolateyinstall.ps1 index f7647d2f8..413a23e9f 100644 --- a/automatic/orientdb/tools/chocolateyinstall.ps1 +++ b/automatic/orientdb/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName destination = $toolsDir - fileFullPath = "$toolsdir\orientdb-community-3.2.16.zip" + fileFullPath = "$toolsdir\orientdb-community-3.2.17.zip" } Get-ChocolateyUnzip @packageArgs