File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Package can be verified like this:
77
881. 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
14142. 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
1010Install-ChocolateyZipPackage @packageArgs
You can’t perform that action at this time.
0 commit comments