Skip to content

Commit 55eee7a

Browse files
author
Chocolatey
committed
1 parent ce7e392 commit 55eee7a

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.13-alpha11263</version>
6+
<version>0.0.13-alpha11265</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-68931b4c431761cbbeba79bdc4fa3aa248900711/rpcs3-v0.0.13-11263-68931b4c_win64.7z'
4-
$checksum32 = '5bdfeb8ccba8ea35f00540daede847c96e211ad06bbbdaed254b95a0e4515ddc'
3+
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-28cbba5a7d6e12b58c92e14f309cc7c40fb48f95/rpcs3-v0.0.13-11265-28cbba5a_win64.7z'
4+
$checksum32 = '4ef03b94d97120418a4d3d4b3b45d818b7f4989f66fc208933681359a52cd2ac'
55

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

0 commit comments

Comments
 (0)