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 30, 2020
1 parent 7e59ddb commit 619e5d3
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.13163-dev</version>
<version>5.0.13169-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/09/0c/dolphin-master-5.0-13163-x64.7z
x64: https://dl.dolphin-emu.org/builds/65/48/dolphin-master-5.0-13169-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: 16C73D7010819E9C2F8A22BA86D081ECB27A1C9564DD64515C272FA5C7494514
checksum64: 902B3748522147BDBF8B8D583BC1FCF37D3DC3F84FEFB2E8D760090D76091A38
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-13163-x64.7z'
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13169-x64.7z'
Destination = $extractDir
PackageName = $env:ChocolateyPackageName
}
Expand Down

0 comments on commit 619e5d3

Please sign in to comment.