Skip to content

Commit

Permalink
AU: 2 updated - origin sheepit-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 8, 2019
1 parent 09bd3a4 commit fe191e1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/origin/info
@@ -1 +1 @@
"69cd9ae04da251c2e3d980849ccecb1b-28"|10.5.43.28287
"1c309863b4a022e6f7ff95732fb7da52-28"|10.5.44.29072
2 changes: 1 addition & 1 deletion automatic/origin/origin.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>origin</id>
<version>10.5.43.28287</version>
<version>10.5.44.29072</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/origin</packageSourceUrl>
<owners>AdmiringWorm, thaiphan</owners>
<title>Origin</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/origin/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://download.dm.origin.com/origin/live/OriginSetup.exe'
softwareName = 'Origin*' # Probably not needed, but we add registry keys so we keep it
checksum = 'EFB6EC1557D4EF29BA99B5241478D18F3CD2E673C0797835EBEB56389E8BD44EA34AA4E2A66E6D6C35400E37D82AA41958717AC2A64410B2426CDEC40283FAE4'
checksum = '0C5F4761DB3BA33212813357B84441883EBBC856EE4871F300AF8543A93FE700BE1B80945A7E08260F36900DC5348EC0858ECE4B224A4F4A1013DD18BD0B778B'
checksumType = 'sha512'
destination = Get-PackageCacheLocation
}
Expand All @@ -16,7 +16,7 @@ if ($env:ChocolateyForce -ne $true) {
try {
$InstalledVersion = Get-UninstallRegistryKey $packageArgs['softwareName'] | Select-Object -First 1 -Expand 'DisplayVersion'

if ([Version]::Parse($InstalledVersion) -ge [Version]::Parse('10.5.43.28287'))
if ([Version]::Parse($InstalledVersion) -ge [Version]::Parse('10.5.44.29072'))
{
Write-Host "Skipping installation because version $InstalledVersion is already installed."
return
Expand All @@ -34,10 +34,10 @@ $packageArgs['file'] = $zipFile
$packageArgs['destination'] = GetInstallLocation $pp

if ($pp.NoAutoUpdate) {
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $false -version '10.5.43.28287'
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $false -version '10.5.44.29072'
}
else {
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $true -version '10.5.43.28287'
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $true -version '10.5.44.29072'
}

Get-ChocolateyUnzip @packageArgs
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.1626.3014.exe>
64-Bit software: <https://www.sheepit-renderfarm.com/media/applet/sheepit-5.1647.3014.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: A543ECDFC1713C96B98FE965A7D4989D6AD63B9BA00131761BDAD2CA8D93817A
checksum64: E792D4CF84AA09AB9476F3BA322F9AB3B93AEDB02532816DE7E3B6B0B8DCD166

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

Expand Down

0 comments on commit fe191e1

Please sign in to comment.