Skip to content

Commit

Permalink
AU: 1 updated - uplay
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 16, 2018
1 parent b1d01d4 commit 738f6df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/uplay/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"4516dd0-5604cb66b900a"|46.0.5527.0
"45379f8-562e42efeca7c"|47.0.5538.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 = '72CA64A05B34D002DE2795AF55E6A9B0A2F846D278D27C44A92ABF59BE7742722077416DC28F3ECDB4150EEF1339B4CD120A8E37FBA59F8364E5C95892688873'
checksum = 'BAC786825A8D50FCAACECB306DA3B38D14F2A6889D591680016F56CAC1BFC7A30FE0E44E02655741D125285ED2D45CF7B43376FB8A95167D32319F0DBC996798'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/uplay/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Uninstall-ChocolateyPackage @packageArgs
Expand All @@ -26,5 +26,5 @@ elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
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>46.0.5527.0</version>
<version>47.0.5538.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 738f6df

Please sign in to comment.