diff --git a/automatic/sheepit-client/legal/VERIFICATION.txt b/automatic/sheepit-client/legal/VERIFICATION.txt index 56de61fcb..608ef348c 100644 --- a/automatic/sheepit-client/legal/VERIFICATION.txt +++ b/automatic/sheepit-client/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum64: FDF8CBEC6229E65EF73EF7AABB8D6F9A64309B75F79FACF74F5A2CBE878C96F2 + checksum64: AA6F6F2B286ACF90F60BB454B7EBFB94F1CF5CCFF4E77D12EB02ED0D988DAE47 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/sheepit-client/sheepit-client.nuspec b/automatic/sheepit-client/sheepit-client.nuspec index 927cad2b4..89481b75b 100644 --- a/automatic/sheepit-client/sheepit-client.nuspec +++ b/automatic/sheepit-client/sheepit-client.nuspec @@ -3,7 +3,7 @@ sheepit-client - 6.1712.0 + 6.1715.0 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/sheepit-client AdmiringWorm SheepIt Render Farm Client diff --git a/automatic/sheepit-client/tools/chocolateyInstall.ps1 b/automatic/sheepit-client/tools/chocolateyInstall.ps1 index f1c8b34dc..b5e2493e2 100644 --- a/automatic/sheepit-client/tools/chocolateyInstall.ps1 +++ b/automatic/sheepit-client/tools/chocolateyInstall.ps1 @@ -12,7 +12,7 @@ if ($runningProcess) { } $packageToolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition -$packageClientPath = "$packageToolsPath\sheepit-6.1712.0.exe" +$packageClientPath = "$packageToolsPath\sheepit-6.1715.0.exe" $toolsPath = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName $clientOutputPath = "$toolsPath\sheepit.exe"