Skip to content

Commit

Permalink
AU: 1 updated - dolphin-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 27, 2020
1 parent 7bf9b47 commit eb9a3df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dolphin-dev/dolphin-dev.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dolphin-dev</id>
<title>Dolphin Emulator (Dev)</title>
<version>5.0.13136-dev</version>
<version>5.0.13138-dev</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-dev/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x64: https://dl.dolphin-emu.org/builds/89/4a/dolphin-master-5.0-13136-x64.7z
x64: https://dl.dolphin-emu.org/builds/cb/da/dolphin-master-5.0-13138-x64.7z

to download the zip.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 61FF92C455326AA72EF8E39CF55C486E404F13965183E9BFE9FEA2309E0A7984
checksum64: 3C818E29AAFCA78797B6A23159EDE8CC124B4A8B5FE825137444CA08FFC7E2CD
2 changes: 1 addition & 1 deletion dolphin-dev/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $dolphinDir = (Join-Path $extractDir 'Dolphin-Dev')
$exepath = (Join-Path $dolphinDir 'Dolphin.exe')

$packageArgs = @{
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13136-x64.7z'
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13138-x64.7z'
Destination = $extractDir
PackageName = $env:ChocolateyPackageName
}
Expand Down

0 comments on commit eb9a3df

Please sign in to comment.