Skip to content

Commit 95efc52

Browse files
author
Chocolatey
committed
1 parent 53a8bb9 commit 95efc52

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-alpha11039</version>
6+
<version>0.0.12-alpha11042</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-6590366f8e4f0d096f6cda7535c76a96d8f45495/rpcs3-v0.0.12-11039-6590366f_win64.7z'
4-
$checksum32 = '97c4cf70e54da55cf542e8f9224d731975de11f5e5e16366a3d365e2497576bf'
3+
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-a90801e2aa2d77ab369a087529d6199257692f13/rpcs3-v0.0.12-11042-a90801e2_win64.7z'
4+
$checksum32 = 'c0f4ddf05b9a44aa2af797e3e7b2b72d7bab2e27fb0032aa4f4a68c42b0ed608'
55

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

0 commit comments

Comments
 (0)