Skip to content

Commit

Permalink
AU: 2 updated - tablacus uplay
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2018
1 parent 2c7c291 commit 7b9251a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
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://tablacus.github.io/dl/te181212.zip>
1. Download the following <https://tablacus.github.io/dl/te181213.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: 1F4F79CCEB3FD885FBA4CB30D82629CD7873EB976D229A2773420C7827E4AD67
checksum: 8A8AC4E057BAAE34FD6ED8A2B6C489BB9D3F43C40A2B6D0F52ABCE67F13BBE84

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>18.12.12</version>
<version>18.12.13</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/info
@@ -1 +1 @@
"54a0bb0-57ccf7cf33c6f"|77.0.5928.0
"54a14a0-57ce6c43c0104"|77.1.5933.0
2 changes: 1 addition & 1 deletion automatic/uplay/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe'
softwareName = 'Uplay'
checksum = '5DE1D08AB1AC332F342B589551888ACDE7A0C58F4053ED4B0C0AADD4918E9FDFEB24C2AAAD71E2B674CD7EF5761E990B99BBA55F6E8C554BC401D9DF0F85815B'
checksum = 'E1650F69494E067F9B9C7B9E01698011EB5982F432FBCE11477975B671390D25A52C668362699D4A45FC07C2E1A2A3987E39B4C6F7192A5C7854A80C07400583'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/uplay.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>uplay</id>
<version>77.0.5928.0</version>
<version>77.1.5933.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/uplay</packageSourceUrl>
<owners>AdmiringWorm, Marek</owners>
<title>Uplay</title>
Expand Down

0 comments on commit 7b9251a

Please sign in to comment.