Skip to content

Commit 062fe50

Browse files
author
Chocolatey
committed
1 parent 08973c1 commit 062fe50

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-alpha11042</version>
6+
<version>0.0.12-alpha11068</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-a90801e2aa2d77ab369a087529d6199257692f13/rpcs3-v0.0.12-11042-a90801e2_win64.7z'
4-
$checksum32 = 'c0f4ddf05b9a44aa2af797e3e7b2b72d7bab2e27fb0032aa4f4a68c42b0ed608'
3+
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-27643cb715e511e091182fbb0ce3d077ffea28d4/rpcs3-v0.0.12-11068-27643cb7_win64.7z'
4+
$checksum32 = 'b270738893769e871481be1dbbab2df843be97dc60568c7782828cb4bf7213ff'
55

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

0 commit comments

Comments
 (0)