Skip to content

Commit

Permalink
AU: 1 updated - sheepit-client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jun 21, 2020
1 parent 7571f23 commit 1a0e0ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/sheepit-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://www.sheepit-renderfarm.com/getstarted.php>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://www.sheepit-renderfarm.com/media/applet/sheepit-6.1747.0.exe>
64-Bit software: <https://www.sheepit-renderfarm.com/media/applet/sheepit-6.1763.0.exe>
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: 966C76BE9C8048A2DF4201CCDDAFAF9E9658C4A3A558B2E4802A95BD4C60C6C3
checksum64: 69242D8776E9CAEB67EB6036B0A6201DBBF78C6267B2E3E2172C41FFD50FB180

The file 'LICENSE.txt' has been obtained from <https://github.com/laurent-clouet/sheepit-client/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/sheepit-client/sheepit-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sheepit-client</id>
<version>6.1747.0</version>
<version>6.1763.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/sheepit-client</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>SheepIt Render Farm Client</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sheepit-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ($runningProcess) {
}

$packageToolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageClientPath = "$packageToolsPath\sheepit-6.1747.0.exe"
$packageClientPath = "$packageToolsPath\sheepit-6.1763.0.exe"
$toolsPath = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
$clientOutputPath = "$toolsPath\sheepit.exe"

Expand Down

0 comments on commit 1a0e0ee

Please sign in to comment.