From 849956fb6ee98cb39713d47213b06bfc46a4c22f Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 8 Mar 2023 16:19:32 +0000 Subject: [PATCH] AU: 1 updated - orientdb [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/7753e9ff4d60a4cb7b4d78b569ba25c14a52cbd6 --- 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 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