Skip to content

Commit 04f245e

Browse files
author
Chocolatey
committed
1 parent 2066ae6 commit 04f245e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ChanSort/chansort.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>ChanSort</id>
5-
<version>2019.08.29</version>
5+
<version>2019.11.08</version>
66
<title>ChanSort</title>
77
<authors>Horst Beham</authors>
88
<owners>sippi</owners>

ChanSort/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Package can be verified like this:
77

88
1. Go to
99

10-
x32: https://github.com/PredatH0r/ChanSort/releases/download/v2019-08-29/ChanSort_2019-08-29.zip
10+
x32: https://github.com/PredatH0r/ChanSort/releases/download/v2019-11-08/ChanSort_2019-11-08.zip
1111

1212
to download the installer.
1313

1414
2. You can use one of the following methods to obtain the SHA256 checksum:
1515
- Use powershell function 'Get-FileHash'
1616
- Use Chocolatey utility 'checksum.exe'
1717

18-
checksum32: D74D8C88C004B16C59FBFEA7A7E22E1C86DCDD682BA4C97A205F4FA98CD2DA3D
18+
checksum32: E9311DDB6814A830BA56A58F79794DFA13BAF44A162978C809772562FDFC9990
1919

2020

2121
File 'LICENSE.txt' is obtained from:

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.17.200</version>
5+
<version>1.15.18.0</version>
66
<title>CEMU - Wii U emulator</title>
77
<authors>Exzap, Petergov</authors>
88
<owners>sippi</owners>

cemu/tools/chocolateyinstall.ps1

Lines changed: 3 additions & 3 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.17.zip'
5-
$checksum32 = '317a34a15765e411d476464338d210eeca16b36c3e1401ea1f2096b0fa5a159f'
4+
$url32 = 'http://cemu.info/releases/cemu_1.15.18.zip'
5+
$checksum32 = '5554bbb01572f144631e1a254d926be99b691fa48537969e182942e8e44ed9c1'
66
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
77
$cemu_folder = "$toolsPath\cemu"
88

@@ -22,4 +22,4 @@ Robocopy $latest $cemu_folder /R:0 /W:0 /E /XO
2222

2323
Remove-Item $latest -Recurse -Force -ErrorAction SilentlyContinue
2424

25-
Install-ChocolateyShortcut -shortcutFilePath "$env:ALLUSERSPROFILE\Microsoft\Windows\Start Menu\Programs\CEMU.lnk" "$cemu_folder\cemu.exe" -WorkingDirectory "$cemu_folder" -RunAsAdmin
25+
Install-ChocolateyShortcut -shortcutFilePath "$env:ALLUSERSPROFILE\Microsoft\Windows\Start Menu\Programs\CEMU.lnk" "$cemu_folder\cemu.exe" -WorkingDirectory "$cemu_folder" -RunAsAdmin

0 commit comments

Comments
 (0)