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-e1f95ceb54bb5ed178992c5d5c1e98a1d0120641 /rpcs3-v0.0.14-11562-e1f95ceb_win64 .7z
10+ x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-e05f1c37ad08af716a121e62e77be98602f9c6aa /rpcs3-v0.0.14-11565-e05f1c37_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: 71A6C1E47080592B26631D99AD424DD4C7C579550DA03DA0D05D1BB31524FC4B
18+ checksum32: 7A1BEABD4514269948C7F6CC3FF5E5CA38A9B2AB055BD11C6F42A8C423DD497B
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.14-alpha11562 </version >
6+ <version >0.0.14-alpha11565 </version >
77 <title >RPCS3</title >
88 <authors >Nekotekina, kd-11, Contributors</authors >
99 <owners >TheCakeIsNaOH</owners >
Original file line number Diff line number Diff 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-11562-e1f95ceb_win64 .7z'
12+ FileFullPath = Join-Path $toolsDir ' rpcs3-v0.0.14-11565-e05f1c37_win64 .7z'
1313}
1414
1515Write-Host " Moving existing files from $toolsDir to rpcs3Dir"
You can’t perform that action at this time.
0 commit comments