Skip to content

Commit ac46fde

Browse files
author
Chocolatey
committed
AU: 3 updated - balabolka dolphin-dev rpcs3
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent f7bdf3e commit ac46fde

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.761</version>
6+
<version>2.15.0.762</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.13191-dev</version>
7+
<version>5.0.13194-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/e0/b8/dolphin-master-5.0-13191-x64.7z
10+
x64: https://dl.dolphin-emu.org/builds/c2/45/dolphin-master-5.0-13194-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: C9A14B1446C145B4D99BD2CFA23B578EFA4E2DB15E8D03F5850625D3A440C559
18+
checksum64: 911E2DFFE09A1B2030F6FB7AA030CC6F9433B97DD69C1E96483056D9F03EC284

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

rpcs3/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-
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-36c8654fb8bc38a479b8f602c0212a74908ff4b1/rpcs3-v0.0.13-11364-36c8654f_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-65c04e4ddd7aa44d555e57d7be9231624e703dec/rpcs3-v0.0.13-11367-65c04e4d_win64.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-
checksum32: 3A5093A0205BB0877E9F3425060E403BE59BDF9488F90E5235F0805F19E38D05
18+
checksum32: 50603650DB401FB6560C17E44258A9F38946FDBA46F2DB9C176F34C7D92886B0

rpcs3/rpcs3.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>rpcs3</id>
6-
<version>0.0.13-alpha11364</version>
6+
<version>0.0.13-alpha11367</version>
77
<title>RPCS3</title>
88
<authors>Nekotekina, kd-11, Contributors</authors>
99
<owners>TheCakeIsNaOH</owners>

rpcs3/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $exepath = (Join-Path $rpcs3Dir 'rpcs3.exe')
99
$packageArgs = @{
1010
PackageName = $env:ChocolateyPackageName
1111
Destination = $rpcs3Dir
12-
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11364-36c8654f_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11367-65c04e4d_win64.7z'
1313
}
1414

1515
Write-Host "Moving existing files from $toolsDir to rpcs3Dir"

0 commit comments

Comments
 (0)