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 29, 2020
1 parent 114d79a commit d4f94bb
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-18c120ab9f882dede46718c431b297b43486af19/rpcs3-v0.0.13-11483-18c120ab_win64.7z
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-57621d1c4ed6fdc934c566e81b0edf5c40b2116b/rpcs3-v0.0.13-11487-57621d1c_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: 1F45FACCECA1C6A169C5FE42565D0AD0DA070E77BE833567587C5E98347D02D8
checksum32: 99DC3B6AA5639AC11C806EA4936910A054534E86E5D76797A730385F4B9ABB16
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-alpha11483</version>
<version>0.0.13-alpha11487</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-11483-18c120ab_win64.7z'
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11487-57621d1c_win64.7z'
}

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

0 comments on commit d4f94bb

Please sign in to comment.