Skip to content

Commit

Permalink
AU: 2 updated - cacher sheepit-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 12, 2019
1 parent facf861 commit 3b68d2f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>2.12.0</version>
<version>2.12.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.12.0.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.12.2.exe'
softwareName = 'Cacher*'
checksum = 'c7e25ff6ec7c22dd6f656ecf8f4c80acccb630f346c35c7596c8be921ea708d9c73f02cb0d1e291f8c52c4163967973ea41af94efc219e725fdc14218810cd96'
checksum = '6b5a1a9afc1dd6f12ea02475bb6f0181f6676567cea870d9aee06cbced54caa019ac7559bdf0eaaa59588bf7fd9206f63f27c50a566f7a47d0df3f59ec8ba935'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/sheepit-client/legal/VERIFICATION.txt
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-5.1617.3003.exe>
64-Bit software: <https://www.sheepit-renderfarm.com/media/applet/sheepit-5.1621.3003.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: 8F516B16E91E2F53A1562A352C22802C1E13BFE378DECBD93BBFAB2E1132F259
checksum64: 88E77680E961D8375DEBE4C9B6DE3DA3D2D2CFB568C64196193AC8F0534A8419

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sheepit-client</id>
<version>5.1617.3003</version>
<version>5.1621.3003</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
Expand Up @@ -12,7 +12,7 @@ if ($runningProcess) {
}

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

Expand Down

0 comments on commit 3b68d2f

Please sign in to comment.