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 Dec 7, 2020
1 parent 96f564f commit 6e680ec
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-15a12afe25042f884ed719f40e489fcb1d400102/rpcs3-v0.0.13-11346-15a12afe_win64.7z
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-3a0b3a85a5eaa1899a3bfb211ca85cf171680333/rpcs3-v0.0.13-11347-3a0b3a85_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: 6218773CBD99454604FF0690DFF4A69923FACC5E9D775BF1FEB6BC06A0D1AADB
checksum32: 314D22859014DA94A8372956BB31D0EE0712E622D525450DCFB7819389E343B7
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.13-alpha11346</version>
<version>0.0.13-alpha11347</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.13-11346-15a12afe_win64.7z'
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11347-3a0b3a85_win64.7z'
}

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

0 comments on commit 6e680ec

Please sign in to comment.