Skip to content

Commit 5a98060

Browse files
author
Chocolatey
committed
AU: 2 updated - reflect-free rpcs3
[skip ci]
1 parent 7543fe7 commit 5a98060

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

reflect-free/reflect-free.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>reflect-free</id>
66
<title>Macrium Reflect Free</title>
7-
<version>7.3.5365</version>
7+
<version>7.3.5550</version>
88
<authors>Macrium</authors>
99
<owners>TheCakeIsNaOH</owners>
1010
<tags>disk drive image partition clone hdd backup</tags>

rpcs3/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Package can be verified like this:
77

88
1. Go to
99

10-
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-a2e8e3090c992402fb8723761319cb03e4b5f9ef/rpcs3-v0.0.14-11584-a2e8e309_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-8a2a76da1e1f5048236a98013f4665e2c80553f9/rpcs3-v0.0.14-11587-8a2a76da_win64.7z
1111

1212
to download the zip.
1313

1414
2. 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: 8CA2B5F567BF051D082116EEBD2F9025C52F0707C5B6504E61C1A004D5BCDC08
18+
checksum32: 5C41E9062008122E9C04AAB8678FEB3D81CE08558775A3FCEE48518A05040C21

rpcs3/rpcs3.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>rpcs3</id>
6-
<version>0.0.14-alpha11584</version>
6+
<version>0.0.14-alpha11587</version>
77
<title>RPCS3</title>
88
<authors>Nekotekina, kd-11, Contributors</authors>
99
<owners>TheCakeIsNaOH</owners>

rpcs3/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-11584-a2e8e309_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.14-11587-8a2a76da_win64.7z'
1313
}
1414

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

0 commit comments

Comments
 (0)