Skip to content

Commit

Permalink
AU: 2 updated - dumo sheepit-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 12, 2020
1 parent feb851c commit 2783174
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/dumo/dumo.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dumo</id>
<version>2.20.1.100</version>
<version>2.20.2.101</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/dumo</packageSourceUrl>
<owners>AdmiringWorm, dtgm, adgellida</owners>
<title>DUMo</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dumo/info
@@ -1 +1 @@
Sun, 29 Dec 2019 15:48:06 GMT|2.20.1.100
Sun, 12 Jan 2020 14:02:51 GMT|2.20.2.101
2 changes: 1 addition & 1 deletion automatic/dumo/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://kcsoftwares.com/files/dumo_lite.exe'
softwareName = 'KC Softwares DUMo'
checksum = '57D8DC460846C416761FE746F850156B11DE319066F4207AA0C4C8DCADBAD871ADB4D5FB6FE30BD542B648A6935F0A0E348A91E6A2F8A0D74C1B9A4310026480'
checksum = '6BA99152917C3B27524E817656F6E1CB30AF5E28D1BE584E879DBCEEAEF4196CC625C293D4D1481E63F881ECEEBF9577731C1F51175390CA63FD817BE9423442'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
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.1685.3049.exe>
64-Bit software: <https://www.sheepit-renderfarm.com/media/applet/sheepit-5.1686.3049.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: 056F554BD52BEDCF6A31B8687CC2528B66CACA6691C825DAEA1A3B873A20B560
checksum64: 11BB4F26CC8040FD07D7B533F1475980A1858D21232439BFA68C04E3235A5DD2

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.1685.3049</version>
<version>5.1686.3049</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.1685.3049.exe"
$packageClientPath = "$packageToolsPath\sheepit-5.1686.3049.exe"
$toolsPath = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
$clientOutputPath = "$toolsPath\sheepit.exe"

Expand Down

0 comments on commit 2783174

Please sign in to comment.