Skip to content

Commit

Permalink
AU: 1 updated - smplayer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2016
1 parent 474f127 commit c147b96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion smplayer/smplayer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>smplayer</id>
<title>SMPlayer</title>
<version>16.9.0.20160930</version>
<version>16.11.0</version>
<authors>Ricardo Villalba</authors>
<owners>Miodrag Milić</owners>
<summary>SMPlayer is a free media player for Windows and Linux</summary>
Expand Down
10 changes: 5 additions & 5 deletions smplayer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'smplayer'
$url32 = 'https://www.fosshub.com/SMPlayer.html/smplayer-16.9.0-win32.exe'
$url64 = 'https://www.fosshub.com/SMPlayer.html/smplayer-16.9.0-x64.exe'
$checksum32 = 'a7dd43d91712c8db1febc56809bcf0537a85e5839eb9e73ee018c772b851bc8a'
$checksum64 = '394260c807956dab59fdf807915a7c6f5385a20f61ab107b58a0a5bf19ad58de'
$url32 = 'https://www.fosshub.com/SMPlayer.html/smplayer-16.11.0-win32.exe'
$url64 = 'https://www.fosshub.com/SMPlayer.html/smplayer-16.11.0-x64.exe'
$checksum32 = '3fff91ed669acd737cc7d079bd30944a3d739fa1cd9cb526c7a87c9518016850'
$checksum64 = '45332f2e784544de10ee156e3d42e7d0468f9321763c924e7aae497f854b59be'

$webClient = New-Object System.Net.WebClient
$url = if ((Get-ProcessorBits 32) -or ($Env:chocolateyForceX86 -eq 'true')) { $url32 } else { $url64 }
Expand Down

0 comments on commit c147b96

Please sign in to comment.