Skip to content

Commit

Permalink
AU: 1 updated - rpcs3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 21, 2021
1 parent b7ba9d3 commit 997387b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpcs3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-eb086b0e3fad107f637587009ec6f32409a6e77c/rpcs3-v0.0.14-11597-eb086b0e_win64.7z
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-12e1be2626325e4b87063fe577210385591f33fe/rpcs3-v0.0.14-11599-12e1be26_win64.7z

to download the zip.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: D50E2D8A787A820167CBB887D82A852FB354507F9EBEFD510902270DF0500E54
checksum32: 3B8EDF9BBBA722649F637D9322F48E00FE61B941D8DD4A93FB69B30B4F170D13
2 changes: 1 addition & 1 deletion rpcs3/rpcs3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rpcs3</id>
<version>0.0.14-alpha11597</version>
<version>0.0.14-alpha11599</version>
<title>RPCS3</title>
<authors>Nekotekina, kd-11, Contributors</authors>
<owners>TheCakeIsNaOH</owners>
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $exepath = (Join-Path $rpcs3Dir 'rpcs3.exe')
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Destination = $rpcs3Dir
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.14-11597-eb086b0e_win64.7z'
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.14-11599-12e1be26_win64.7z'
}

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

0 comments on commit 997387b

Please sign in to comment.