Skip to content

Commit 8d25f7e

Browse files
author
Chocolatey
committed
1 parent 7816681 commit 8d25f7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.12-alpha11148</version>
6+
<version>0.0.13-alpha11151</version>
77
<title>RPCS3</title>
88
<authors>Nekotekina, kd-11, Contributors</authors>
99
<owners>TheCakeIsNaOH, Stewart Cossey</owners>

rpcs3/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-46d3066c6294a738a51eb7b344047a705de4710c/rpcs3-v0.0.12-11148-46d3066c_win64.7z'
4-
$checksum32 = '6d8872587932fbf084e88cfd6eb582e25f296dcf992748c31c5fe135b303622d'
3+
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-09a9d08466583df18925c59c8fec74f956ff0b1a/rpcs3-v0.0.13-11151-09a9d084_win64.7z'
4+
$checksum32 = '168d938a186f408c78ace28d4ceba833c18b9658024b99afbfb46237c1dae9e0'
55

66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName

0 commit comments

Comments
 (0)