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) }