diff --git a/automatic/orientdb/legal/VERIFICATION.txt b/automatic/orientdb/legal/VERIFICATION.txt index baaebcb4f..719b0428b 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: 373C961EF1BDC9EC7E89338B66082F83AF3BD883CC5ECC7F64EC5FA2F530E571 + checksum32: 06506D5D538A936CCBE950D0EC792A39A5F43EF28AB1DCA1BBA131A6BCEAB47D File 'LICENSE.txt' is obtained from diff --git a/automatic/orientdb/orientdb.nuspec b/automatic/orientdb/orientdb.nuspec index cb5d7cf97..139837fac 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.19 + 3.2.20 Maurice Kevenaar diff --git a/automatic/orientdb/tools/chocolateyinstall.ps1 b/automatic/orientdb/tools/chocolateyinstall.ps1 index 557afc7ea..6b153e22c 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.19.zip" + fileFullPath = "$toolsdir\orientdb-community-3.2.20.zip" } Get-ChocolateyUnzip @packageArgs