Skip to content

Commit

Permalink
AU: 1 updated - dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 8, 2020
1 parent a648479 commit e9bde99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dolphin/dolphin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dolphin</id>
<title>Dolphin Emulator</title>
<version>5.0.11622-beta</version>
<version>5.0.11624-beta</version>
<authors>Dolphin Emulator Project</authors>
<owners>TheCakeIsNaOH</owners>
<summary>Cross platform GameCube, Wii, and Triforce emulator</summary>
Expand Down
4 changes: 2 additions & 2 deletions dolphin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $shortcutName = 'Dolphin Emulator.lnk'
$extractDir = $(Get-ToolsLocation)
$dolphinDir = (Join-Path $extractDir Dolphin-x64)
$exepath = (Join-Path $dolphinDir Dolphin.exe)
$url64 = 'https://dl.dolphin-emu.org/builds/85/7a/dolphin-master-5.0-11622-x64.7z'
$checksum64 = '8575805953672aba535549886c72b1a734a1451d8d365d2684df512cee399365'
$url64 = 'https://dl.dolphin-emu.org/builds/ee/e9/dolphin-master-5.0-11624-x64.7z'
$checksum64 = '052ebf7e238581a09b7a05fefd6c1744193aba54620cac6854748bf3d3f1c170'

$packageArgs = @{
Url64bit = $url64
Expand Down

0 comments on commit e9bde99

Please sign in to comment.