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 Jun 28, 2018
1 parent e625f76 commit b1dbcfc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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://tablacus.github.io/dl/te180624.zip>
1. Download the following <https://tablacus.github.io/dl/te180627.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: 67B4B4D704CB0FFD166D4380CC9B659AE93733E2AC32EA31BBD00C4342AA108C
checksum: 07114AFE0FC7410331CAD08C9E166EBFA6ADA06C24843C9E06AD9ECA184D325D

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
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>tablacus</id>
<version>18.6.24</version>
<version>18.6.27</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
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\te180624.zip"
file = "$toolsPath\te180627.zip"
destination = "$toolsPath"
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/4b04d1180da5207558832d52738565b019284155/icons/uplay.png" height="48" width="48" /> ![Uplay](https://img.shields.io/chocolatey/v/uplay.svg?label=Uplay&style=for-the-badge)](https://chocolatey.org/packages/uplay)
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/ad4fd39fa9af7d287f8a4e39d05f09d7b7cb789c/icons/uplay.png" height="48" width="48" /> ![Uplay](https://img.shields.io/chocolatey/v/uplay.svg?label=Uplay&style=for-the-badge)](https://chocolatey.org/packages/uplay)

Uplay is a service created by Ubisoft that provides its users with an experience similar to the achievements offered by other game companies. The service is provided across various platforms including: PC, Mac, PS3, Xbox360, Facebook, iPhone, iPad, and most recently revealed, OnLive.

Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"450a0b0-56f0e29b12ed3"|62.0.5696.0
"450b000-56faf3d584929"|63.0.5699.0
2 changes: 1 addition & 1 deletion automatic/uplay/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://ubi.li/4vxt9'
softwareName = 'Uplay'
checksum = '42A66688CA466C9EC6F815AC97DFE7BE4E32289BB3701665C256CD44CEAD905D18EAFC9F108626458FB7103CFA57F986C686F3C930263236071C419C5157D000'
checksum = 'D28D0FC6ABFCD003FB01537DA97119A45CD48E9232D9FA313DAFBFDB591F3C3A70AE43D4C35F3B0DF544203014F6C52B5AFD64792598E4894DC8FA41AA520E93'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/uplay/uplay.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>uplay</id>
<version>62.0.5696.0</version>
<version>63.0.5699.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/uplay</packageSourceUrl>
<owners>AdmiringWorm, Marek</owners>
<title>Uplay</title>
<authors>Ubisoft Entertainment</authors>
<projectUrl>https://uplay.ubi.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/4b04d1180da5207558832d52738565b019284155/icons/uplay.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/ad4fd39fa9af7d287f8a4e39d05f09d7b7cb789c/icons/uplay.png</iconUrl>
<copyright>©2016 Ubisoft Entertainment. All rights reserved. Uplay logo, Ubisoft, Ubi.com,and the Ubisoft logo are trademarks of Ubisoft Entertainment in the U.S. and/or other countries.</copyright>
<licenseUrl>https://legal.ubi.com/eula/</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down

0 comments on commit b1dbcfc

Please sign in to comment.