Skip to content

Commit ff8690e

Browse files
author
Chocolatey
committed
1 parent 42d287e commit ff8690e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cemu/cemu.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>cemu</id>
5-
<version>1.15.9.200</version>
5+
<version>1.15.10.0</version>
66
<title>CEMU - Wii U emulator</title>
77
<authors>Exzap, Petergov</authors>
88
<owners>sippi</owners>

cemu/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$ErrorActionPreference = 'Stop'
22

33
$packageName = 'cemu'
4-
$url32 = 'http://cemu.info/releases/cemu_1.15.9.zip'
5-
$checksum32 = '0f891754d1350285a2383dd6ddff11e2f561899fdfb58dd8f4eb5a55835c95b4'
4+
$url32 = 'http://cemu.info/releases/cemu_1.15.10.zip'
5+
$checksum32 = 'e6b805e26514f8bdbaa2cfeff2fafca23e9b5ac48941295aa209543e67f7e50d'
66
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
77
$cemu_folder = "$toolsPath\cemu"
88

0 commit comments

Comments
 (0)