Skip to content

Commit 5d6a3b5

Browse files
author
Chocolatey
committed
1 parent 3e1c49a commit 5d6a3b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

balabolka/balabolka.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>balabolka</id>
6-
<version>2.15.0.757</version>
6+
<version>2.15.0.758</version>
77
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/balabolka</packageSourceUrl>
88
<owners>TheCakeIsNaOH</owners>
99
<title>Balabolka</title>

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-alpha11240</version>
6+
<version>0.0.13-alpha11249</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-0c7f9458c0bc81dc2b07f50bb84d3e0c0d1889d2/rpcs3-v0.0.13-11240-0c7f9458_win64.7z'
4-
$checksum32 = 'ba61eb88f6e8bfd45da2625c756d998029d347bef0ecce87f003e49a43f5cf9d'
3+
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-b1710bb7125012d513e2cd5040db2cea05a6d2aa/rpcs3-v0.0.13-11249-b1710bb7_win64.7z'
4+
$checksum32 = 'dfbfe688c91f9b9bd44dd326466df9cc7ea8529930996298f9559ea72c410b5d'
55

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

0 commit comments

Comments
 (0)