Skip to content

Commit aa9cf7b

Browse files
author
Chocolatey
committed
1 parent 59ec0b7 commit aa9cf7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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-6357b9a04f46682e5fcdfb60aabe81ee97db48e0/rpcs3-v0.0.13-11461-6357b9a0_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-a8e0d261b7b8ce14d7a731f7f803cfded895c4d2/rpcs3-v0.0.13-11462-a8e0d261_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: 1989F01D2D84D60035AFAFF1A3BA012A164E12B3D9768382A020D530BA8198E5
18+
checksum32: 4192EF0030674C18BC06AA77D584C5057912607BE4BC9DE2332428A89E8EDDC6

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-alpha11461</version>
6+
<version>0.0.13-alpha11462</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-11461-6357b9a0_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11462-a8e0d261_win64.7z'
1313
}
1414

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

0 commit comments

Comments
 (0)