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 Jul 16, 2019
1 parent d018852 commit c3f9b9d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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://github.com/tablacus/TablacusExplorer/releases/download/19.7.15/te190715.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.7.16/te190716.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: 0B160F9F177AE603D00F1972E4E19C89F459889970F47F74D5ACCF669EC3A449
checksum: DDF2ADB7C06AD264EC435AF90780787DC5B50D61C5D49E2AF17A57CDDC0FE97D

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.7.15/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.7.16/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>19.7.15</version>
<version>19.7.16</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/19.7.15/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.7.16/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
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/info
@@ -1 +1 @@
"64b8680-58cb12fba3a33"|91.0.6225.0
"64eae90-58dcaf8e1a180"|92.0.6280.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 = '6FCBB0B621CD93CE5E9B5CF9E980160F47A5B553D20844FC03A3185DF1045B8CB3FC6D3D853EE5E4A5F718BAF39FDD3C5F96E31565D736AA7F4E6426A7A7DFFB'
checksum = 'B02E9AEB5ECFEFF58E25E214D871AFC36CA09771F6D7688791DEBFEB1CD3E1C507633381F4FEB25E9A5A7A8F8C0BF5682AAC7988EF670F22427371784F1DE115'
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>91.0.6225.0</version>
<version>92.0.6280.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 c3f9b9d

Please sign in to comment.