Skip to content

Commit

Permalink
AU: 2 updated - sheepit-client tablacus
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed May 17, 2020
1 parent 5f56adc commit 7f84202
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.1716.0.exe>
64-Bit software: <https://www.sheepit-renderfarm.com/media/applet/sheepit-6.1721.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: D0CA612222CF197F27721B77532A3D08CEA77CE303B77BB0719DA996406A412B
checksum64: 2B9777E6B127151DBED956EB74AE67AF540EA9AE53C1A8ED51C417CDCEAF6A21

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

Expand Down
6 changes: 3 additions & 3 deletions automatic/tablacus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/20.5.16/te200516.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/20.5.17/te200517.zip>
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
checksum: C135770332AA10CFD7366CD4563CE1F03F7CC10250D7E64F201F3D3A39E4B7F9
checksum: 19CD83E2092F1AE6251D39C0419840BECCCBC9591067E58A25024AFD764E01D7

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/20.5.16/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/20.5.17/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>20.5.16</version>
<version>20.5.17</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
<authors>Gaku</authors>
<projectUrl>https://tablacus.github.io/explorer_en.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png</iconUrl>
<copyright>Copyright (c) 2011 Gaku</copyright>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/20.5.16/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/20.5.17/LICENSE.TXT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/tablacus/TablacusExplorer</projectSourceUrl>
<bugTrackerUrl>https://github.com/tablacus/TablacusExplorer/issues</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te200516.zip"
file = "$toolsPath\te200517.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 7f84202

Please sign in to comment.