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 Jan 1, 2021
1 parent 6f3cf5b commit 06ff309
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.13414-dev</version>
<version>5.0.13416-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/59/f1/dolphin-master-5.0-13414-x64.7z
x64: https://dl.dolphin-emu.org/builds/d1/4f/dolphin-master-5.0-13416-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: E98C7791383EB0ED13B17038EF7D8DC526E563FB6B9CEDC1AF8BDB87DBA0EE79
checksum64: A041F4B9833130729E9B4EC61DDC330E0E961A1EB31AE60D19981B5335D2E7E8
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-13414-x64.7z'
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13416-x64.7z'
Destination = $extractDir
PackageName = $env:ChocolateyPackageName
}
Expand Down

0 comments on commit 06ff309

Please sign in to comment.