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 Feb 7, 2018
1 parent fd9006a commit 30d5b3d
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
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 <http://www.eonet.ne.jp/~gakana/tablacus/explorer_en.html>
and can be verified by doing the following:

1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180206.zip>
1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180207.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: 204CC8DEF6B7C7DC05E25EC7DED6C2D4069C878D51A99423FF78F28C28BF6194
checksum: 7ECB0B4704FDA88CCCEFBAE3168CECD4A53BC81C2069731E4CAF4933B95D56B2

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.2.6</version>
<version>18.2.7</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\te180206.zip"
file = "$toolsPath\te180207.zip"
destination = "$toolsPath"
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"45379f8-562e42efeca7c"|47.0.5538.0
"456e868-5649eedf45ca7"|49.0.5564.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 = 'BAC786825A8D50FCAACECB306DA3B38D14F2A6889D591680016F56CAC1BFC7A30FE0E44E02655741D125285ED2D45CF7B43376FB8A95167D32319F0DBC996798'
checksum = 'CF395DDF0FB52225FEF84CA6E8EDE3D9F2B93CC450419F214AA12D74291ABB043AF7116952D4B4EF4E71AF1A63E812070DC35BA4FA6D9E1D88577E153D09A837'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/uplay.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>uplay</id>
<version>47.0.5538.0</version>
<version>49.0.5564.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 30d5b3d

Please sign in to comment.