Skip to content

Commit 4081a59

Browse files
author
Chocolatey
committed
AU: 5 updated - anydesk anydesk.install anydesk.portable dolphin-dev rpcs3
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent 58d8e37 commit 4081a59

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

anydesk.install/anydesk.install.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>anydesk.install</id>
6-
<version>6.1.4.20210122</version>
6+
<version>6.1.5</version>
77
<title>AnyDesk MSI (Install)</title>
88
<authors>AnyDesk Software GmbH</authors>
99
<copyright>2021 AnyDesk GmbH</copyright>

anydesk.install/info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"6009f6a6-752000"|6.1.4
1+
"60113582-752000"|6.1.5

anydesk.install/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33
$url32 = 'https://download.anydesk.com/AnyDesk.msi'
4-
$checksum32 = '4778165c0aa4e41b5d02d8f74bdb501a57fbb1404db0bdbf4fe384f3cc9a4508'
4+
$checksum32 = 'd3836d6abeb34fb4a98da71d4bf2f7d8d9d0fae2436f4ff0908f338f4ddeca65'
55

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

anydesk.portable/anydesk.portable.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>anydesk.portable</id>
6-
<version>6.1.4.0</version>
6+
<version>6.1.5.0</version>
77
<title>AnyDesk Exe (Portable or Install)</title>
88
<authors>AnyDesk Software GmbH</authors>
99
<copyright>2021 AnyDesk GmbH</copyright>

anydesk.portable/info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"6009f6a8-38aad8"|6.1.4.0
1+
"60113580-38aae0"|6.1.5.0

anydesk.portable/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33
$url32 = 'https://download.anydesk.com/AnyDesk.exe'
4-
$checksum32 = '6b2329f35d58b5d64f52133fe8a78e371ee79037a3c7069b173823fcff8780e4'
4+
$checksum32 = 'ea08e06199e45a123b8930664a7a63197068e4c6655e91bca7b79f72faab37ba'
55
$pp = Get-PackageParameters
66
$fileFullPath = (Join-Path $toolsDir 'AnyDesk.exe')
77

anydesk/anydesk.nuspec

Lines changed: 2 additions & 2 deletions
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>anydesk</id>
6-
<version>6.1.4.0</version>
6+
<version>6.1.5.0</version>
77
<title>AnyDesk Exe (Portable and Install)</title>
88
<authors>AnyDesk Software GmbH</authors>
99
<copyright>2021 AnyDesk GmbH</copyright>
@@ -27,7 +27,7 @@ let them know the package is no longer updating correctly.</description>
2727
<docsUrl>https://support.anydesk.com/Help_Center</docsUrl>
2828
<bugTrackerUrl>https://anydesk.com/en/contact/support</bugTrackerUrl>
2929
<dependencies>
30-
<dependency id="anydesk.portable" version="6.1.4.0" />
30+
<dependency id="anydesk.portable" version="6.1.5.0" />
3131
</dependencies>
3232
</metadata>
3333
<files>

anydesk/info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"6009f6a8-38aad8"|6.1.4.0
1+
"60113580-38aae0"|6.1.5.0

dolphin-dev/dolphin-dev.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>dolphin-dev</id>
66
<title>Dolphin Emulator (Dev)</title>
7-
<version>5.0.13497-dev</version>
7+
<version>5.0.13512-dev</version>
88
<authors>Dolphin Emulator Project</authors>
99
<owners>TheCakeIsNaOH</owners>
1010
<summary>Cross platform GameCube, Wii, and Triforce emulator</summary>

dolphin-dev/legal/VERIFICATION.txt

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

88
1. Go to
99

10-
x64: https://dl.dolphin-emu.org/builds/a3/94/dolphin-master-5.0-13497-x64.7z
10+
x64: https://dl.dolphin-emu.org/builds/de/26/dolphin-master-5.0-13512-x64.7z
1111

1212
to download the zip.
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-
checksum64: 3D7F975104CB87B0A5694F1BF1E06339267BA351841F8CEAB9124FFC1B58FC7C
18+
checksum64: FF8DEEDEDD71705992038E0305646EB2D3858C0C0701963D1802EC8E484DCF11

0 commit comments

Comments
 (0)