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 Jan 24, 2020
1 parent a0496fe commit 51449ee
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.11530-beta</version>
<version>5.0.11535-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/c2/83/dolphin-master-5.0-11530-x64.7z'
$checksum64 = '5e9af03ab222a65a73e09a8a892edde1d0e8ae12fd6a421b2737532573a4bd69'
$url64 = 'https://dl.dolphin-emu.org/builds/40/3f/dolphin-master-5.0-11535-x64.7z'
$checksum64 = '8046bb6403d7f5a3b01cebf096d0edea64535ad0135ae5be5c4a8657539c4c04'

$packageArgs = @{
Url64bit = $url64
Expand Down

0 comments on commit 51449ee

Please sign in to comment.