Skip to content

Commit 0a050b6

Browse files
author
Chocolatey
committed
AU: 2 updated - balabolka rpcs3
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent 7da51cb commit 0a050b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

balabolka/balabolka.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>balabolka</id>
6-
<version>2.15.0.768</version>
6+
<version>2.15.0.769</version>
77
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/balabolka</packageSourceUrl>
88
<owners>TheCakeIsNaOH</owners>
99
<title>Balabolka</title>

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-b96864c7e64368907f5da1fe3bfab52ee63bcfb0/rpcs3-v0.0.14-11605-b96864c7_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-22584fb2d1a786a2d0a0994810b9df6602ece598/rpcs3-v0.0.14-11619-22584fb2_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: F8FC3C6F6E2B8A464D1CEFF253EE1F1A85BF5A3EE5F5AA7C123CE659EB827303
18+
checksum32: 24556B011064D1A4DA8F644E0F24AC12DA7922D18BEB5CAA575654250836B885

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-alpha11605</version>
6+
<version>0.0.14-alpha11619</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-11605-b96864c7_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.14-11619-22584fb2_win64.7z'
1313
}
1414

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

0 commit comments

Comments
 (0)