From 3d3f55ed1d3d2fd095528aa3276c38d633145c8d Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 23 Jun 2022 09:15:48 +0000 Subject: [PATCH] AU: 1 updated - octofarm [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/e52ce77ec2dd7e84432b48a7e172c1facc829e3a --- automatic/octofarm/legal/VERIFICATION.txt | 4 ++-- automatic/octofarm/octofarm.nuspec | 2 +- automatic/octofarm/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/octofarm/legal/VERIFICATION.txt b/automatic/octofarm/legal/VERIFICATION.txt index 507c585b2..efd7a9b37 100644 --- a/automatic/octofarm/legal/VERIFICATION.txt +++ b/automatic/octofarm/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: B4F4D5AAA1E817C562BE8EB464BB4FCD9D0E4D9FA8EA242CEA6F601020681399 + checksum32: DD9399529ED1CC50FDCAA057DBBEB6C836673D49C55A245E198D1B33B3B27DE4 File 'LICENSE.txt' is obtained from diff --git a/automatic/octofarm/octofarm.nuspec b/automatic/octofarm/octofarm.nuspec index c626ec8b4..f552f2791 100644 --- a/automatic/octofarm/octofarm.nuspec +++ b/automatic/octofarm/octofarm.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.4.0 + 1.4.1 Maurice Kevenaar diff --git a/automatic/octofarm/tools/chocolateyinstall.ps1 b/automatic/octofarm/tools/chocolateyinstall.ps1 index 8415d3031..c1c34ff0f 100644 --- a/automatic/octofarm/tools/chocolateyinstall.ps1 +++ b/automatic/octofarm/tools/chocolateyinstall.ps1 @@ -11,7 +11,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir fileType = 'exe' - file = "$toolsdir\1.4.0.zip" + file = "$toolsdir\1.4.1.zip" validExitCodes = @(0) }