diff --git a/automatic/musicbee/musicbee.nuspec b/automatic/musicbee/musicbee.nuspec index 9ac77990d..7c0a50c3d 100644 --- a/automatic/musicbee/musicbee.nuspec +++ b/automatic/musicbee/musicbee.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.5.8447 + 3.5.8698 Maurice Kevenaar diff --git a/automatic/musicbee/tools/chocolateyInstall.ps1 b/automatic/musicbee/tools/chocolateyInstall.ps1 index 80e383f4f..b25b47116 100644 --- a/automatic/musicbee/tools/chocolateyInstall.ps1 +++ b/automatic/musicbee/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://files1.majorgeeks.com/10afebdbffcd4742c81a3cb0f6ce4092156b4375/multimedia/MusicBeeSetup_3_5.zip' -$checksum = '640de4f6f809a1d8c6f5759d88bba3ed0befc21a7546dfcc254580b2fcf7ce1a' +$checksum = 'be27f1149654924dddd106254493137280f3e8098ec1029435c02fdda092bdb5' $checksumType = 'sha256' diff --git a/automatic/orientdb/legal/VERIFICATION.txt b/automatic/orientdb/legal/VERIFICATION.txt index e35da0de0..9aaed95e7 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: C705EA7C7DB74D25C894DABEFB5D9481652FBE99CE575D584C05157ECDADD338 + checksum32: FAD7738B4683DEC9095849A9CABC228F545EF925612210374115025D4A485125 File 'LICENSE.txt' is obtained from diff --git a/automatic/orientdb/orientdb.nuspec b/automatic/orientdb/orientdb.nuspec index 047458675..161e1f97d 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.23 + 3.2.24 Maurice Kevenaar diff --git a/automatic/orientdb/tools/chocolateyinstall.ps1 b/automatic/orientdb/tools/chocolateyinstall.ps1 index 661868381..64fb33394 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.23.zip" + fileFullPath = "$toolsdir\orientdb-community-3.2.24.zip" } Get-ChocolateyUnzip @packageArgs