Skip to content

Commit defb223

Browse files
author
Chocolatey
committed
AU: 2 updated - balabolka dolphin-dev
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent a90333a commit defb223

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

balabolka/balabolka.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>balabolka</id>
6-
<version>2.15.0.759</version>
6+
<version>2.15.0.760</version>
77
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/balabolka</packageSourceUrl>
88
<owners>TheCakeIsNaOH</owners>
99
<title>Balabolka</title>

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.13144-dev</version>
7+
<version>5.0.13148-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/52/65/dolphin-master-5.0-13144-x64.7z
10+
x64: https://dl.dolphin-emu.org/builds/a8/b6/dolphin-master-5.0-13148-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: B2F68A293A4A6A9254CA6ADF1840F1948769E25AEBABE28AE61809FA347432DD
18+
checksum64: 58D2C0B53EC2211CD7DD342279D4C07E111330734D085D412EE2BB16D7D42D9B

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-13144-x64.7z'
11+
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13148-x64.7z'
1212
Destination = $extractDir
1313
PackageName = $env:ChocolateyPackageName
1414
}

0 commit comments

Comments
 (0)