Skip to content

Commit

Permalink
AU: 2 updated - dolphin-dev rpcs3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 6, 2020
1 parent fb7e39c commit 96f564f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dolphin-dev/dolphin-dev.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dolphin-dev</id>
<title>Dolphin Emulator (Dev)</title>
<version>5.0.13178-dev</version>
<version>5.0.13184-dev</version>
<authors>Dolphin Emulator Project</authors>
<owners>TheCakeIsNaOH</owners>
<summary>Cross platform GameCube, Wii, and Triforce emulator</summary>
Expand Down
4 changes: 2 additions & 2 deletions dolphin-dev/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

x64: https://dl.dolphin-emu.org/builds/3a/8d/dolphin-master-5.0-13178-x64.7z
x64: https://dl.dolphin-emu.org/builds/72/32/dolphin-master-5.0-13184-x64.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'

checksum64: 69158D66AAB614E64E8B1CC8955D723931EBFC77E4019DE2B5539EAEAC28C953
checksum64: 315A1CCAA0E16F52C7A547A4D78456E9AB53B3CCC2FBCEF674FD520FC1F728FB
2 changes: 1 addition & 1 deletion dolphin-dev/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $dolphinDir = (Join-Path $extractDir 'Dolphin-Dev')
$exepath = (Join-Path $dolphinDir 'Dolphin.exe')

$packageArgs = @{
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13178-x64.7z'
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13184-x64.7z'
Destination = $extractDir
PackageName = $env:ChocolateyPackageName
}
Expand Down
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-d1e783742293bf9516f50863dedca175a6b98b4b/rpcs3-v0.0.13-11342-d1e78374_win64.7z
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-15a12afe25042f884ed719f40e489fcb1d400102/rpcs3-v0.0.13-11346-15a12afe_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: CF772BF6BDEE4E264E0A493905505A6FD0845CE4691200EEE6C68B86FD080405
checksum32: 6218773CBD99454604FF0690DFF4A69923FACC5E9D775BF1FEB6BC06A0D1AADB
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-alpha11342</version>
<version>0.0.13-alpha11346</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-11342-d1e78374_win64.7z'
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11346-15a12afe_win64.7z'
}

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

0 comments on commit 96f564f

Please sign in to comment.