From 35ab6181e81cca4f62636445c2faa5cc14a1cb5b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 15 Jun 2023 16:16:50 +0000 Subject: [PATCH] AU: 1 updated - orientdb [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/b87055942428252860cb1459a9b1636d3ea5aefc --- automatic/orientdb/legal/VERIFICATION.txt | 4 ++-- automatic/orientdb/orientdb.nuspec | 2 +- automatic/orientdb/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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