Skip to content

Commit e498f0a

Browse files
author
Chocolatey
committed
1 parent b709982 commit e498f0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dolphin-dev/dolphin-dev.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>dolphin-dev</id>
66
<title>Dolphin Emulator (Dev)</title>
7-
<version>5.0.13388-dev</version>
7+
<version>5.0.13391-dev</version>
88
<authors>Dolphin Emulator Project</authors>
99
<owners>TheCakeIsNaOH</owners>
1010
<summary>Cross platform GameCube, Wii, and Triforce emulator</summary>

dolphin-dev/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Package can be verified like this:
77

88
1. Go to
99

10-
x64: https://dl.dolphin-emu.org/builds/e6/55/dolphin-master-5.0-13388-x64.7z
10+
x64: https://dl.dolphin-emu.org/builds/d9/48/dolphin-master-5.0-13391-x64.7z
1111

1212
to download the zip.
1313

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

18-
checksum64: 58C1863CCB00E2F15EE4F9A1002CC1455B4CA0AFADDA1656CCC43AAC4775ECFB
18+
checksum64: AEF158E8216631FC9895742360C5C33FC3BFBFFA4CA0A0A261C3598668636D1A

dolphin-dev/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $dolphinDir = (Join-Path $extractDir 'Dolphin-Dev')
88
$exepath = (Join-Path $dolphinDir 'Dolphin.exe')
99

1010
$packageArgs = @{
11-
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13388-x64.7z'
11+
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13391-x64.7z'
1212
Destination = $extractDir
1313
PackageName = $env:ChocolateyPackageName
1414
}

0 commit comments

Comments
 (0)