Skip to content

Commit 53ecb51

Browse files
author
Chocolatey
committed
1 parent 788a40a commit 53ecb51

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-5b207c3b9566d02e0f687398566efe10f825fc7f/rpcs3-v0.0.13-11274-5b207c3b_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-85880ffded1b5aae67594c58504ad496e292c3ff/rpcs3-v0.0.13-11275-85880ffd_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: 35383065607E2FC70C2C270FD103B3D2CED6A1A28E091C688708D7E2FD970C12
18+
checksum32: 1243A268B1750809A2C71AA7CC866D929E1E742F69701FA4C6A8F4C40EA06200

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-alpha11274</version>
6+
<version>0.0.13-alpha11275</version>
77
<title>RPCS3</title>
88
<authors>Nekotekina, kd-11, Contributors</authors>
99
<owners>TheCakeIsNaOH, Stewart Cossey</owners>

rpcs3/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definitio
44
$packageArgs = @{
55
PackageName = $env:ChocolateyPackageName
66
Destination = $toolsDir
7-
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11274-5b207c3b_win64.7z'
7+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11275-85880ffd_win64.7z'
88
}
99

1010
Install-ChocolateyZipPackage @packageArgs

0 commit comments

Comments
 (0)