From 2e245e89c9b84d47b98dd4c22af0dc2bddfd5cf8 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 2 Dec 2022 14:19:37 +0000 Subject: [PATCH] AU: 2 updated - etcher orientdb [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/35ce9ea66b0182ca16b9a5f632c74427aa11d4be --- automatic/etcher/etcher.nuspec | 2 +- automatic/etcher/legal/VERIFICATION.txt | 4 ++-- automatic/etcher/tools/chocolateyInstall.ps1 | 2 +- automatic/orientdb/legal/VERIFICATION.txt | 4 ++-- automatic/orientdb/orientdb.nuspec | 2 +- automatic/orientdb/tools/chocolateyinstall.ps1 | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/etcher/etcher.nuspec b/automatic/etcher/etcher.nuspec index ccf549de9e..548032f89f 100644 --- a/automatic/etcher/etcher.nuspec +++ b/automatic/etcher/etcher.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.10.5 + 1.10.6 Maurice Kevenaar diff --git a/automatic/etcher/legal/VERIFICATION.txt b/automatic/etcher/legal/VERIFICATION.txt index 4f7bf79495..8fb6ba3f06 100644 --- a/automatic/etcher/legal/VERIFICATION.txt +++ b/automatic/etcher/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ 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: AD7E5F2826D019806BB322CDDB0FAB1AEB15236EFA2AE4426D0431661896A9C8 + checksum32: 81B7627BEC3DECEC3CDC13E8F07A552A6BD312B02C0A81064BDDF6D031A138CD File 'LICENSE.txt' is obtained from diff --git a/automatic/etcher/tools/chocolateyInstall.ps1 b/automatic/etcher/tools/chocolateyInstall.ps1 index ed23b41988..8fa9358ae2 100644 --- a/automatic/etcher/tools/chocolateyInstall.ps1 +++ b/automatic/etcher/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\balenaEtcher-Setup-1.10.3.exe" + file = "$toolsDir\balenaEtcher-Setup-1.10.6.exe" silentArgs = '/S' softwareName = 'etcher*' validExitCodes= @(0) diff --git a/automatic/orientdb/legal/VERIFICATION.txt b/automatic/orientdb/legal/VERIFICATION.txt index 543b8c08a1..a5c4702c7e 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: 6A1C28AC67F680966CE448E56B213C66EBC3D4FF8FABC8B78901A492908E5E25 + checksum32: 13BC909526086409CE0C379BB1EBA9FBAC98D39F48E078F43A1E41824640A7D6 File 'LICENSE.txt' is obtained from diff --git a/automatic/orientdb/orientdb.nuspec b/automatic/orientdb/orientdb.nuspec index 5df088d3dd..242acc5039 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.12 + 3.2.13 Maurice Kevenaar diff --git a/automatic/orientdb/tools/chocolateyinstall.ps1 b/automatic/orientdb/tools/chocolateyinstall.ps1 index 8ee8ee368f..0f79f8666a 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.12.zip" + fileFullPath = "$toolsdir\orientdb-community-3.2.13.zip" } Get-ChocolateyUnzip @packageArgs