Skip to content

Commit b19e2b7

Browse files
author
Chocolatey
committed
1 parent 0c7beb3 commit b19e2b7

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-alpha11128</version>
6+
<version>0.0.12-alpha11142</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-c4e89f8bb41f290e2c945a527c37601454307cb5/rpcs3-v0.0.12-11128-c4e89f8b_win64.7z'
4-
$checksum32 = '5d1be0267d037419dc8297f1279492a93ac695962adb41df7bf4c4a55ca1a3c3'
3+
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-a42663b09bcfa8fc7d20d272c2451e65220b036a/rpcs3-v0.0.12-11142-a42663b0_win64.7z'
4+
$checksum32 = '22b892c275e6a0d907f084c4b9afe12697e7c94f5a54fd43467cf5c121263a96'
55

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

0 commit comments

Comments
 (0)