Skip to content

Commit 2732ea1

Browse files
author
Chocolatey
committed
1 parent 44b16ab commit 2732ea1

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-951fe3491e9d0f8f5c2c6e477127e77cd8c44275/rpcs3-v0.0.14-11519-951fe349_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-1ad0f24ecdb876c6ca7c81abffbf6ba67fcc88d1/rpcs3-v0.0.14-11524-1ad0f24e_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: 9C953D8A2522543C3FD292E327F672B3C848EBC63C6A84AC044A3CA2F0CD471A
18+
checksum32: 535ADBC0E449C5BF3DB8D85B18C074EB960978BCA04858B68B5C5F8BAE774C5E

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.14-alpha11519</version>
6+
<version>0.0.14-alpha11524</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.14-11519-951fe349_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.14-11524-1ad0f24e_win64.7z'
1313
}
1414

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

0 commit comments

Comments
 (0)