Skip to content

Commit aef25d6

Browse files
author
Chocolatey
committed
AU: 3 updated - anydesk anydesk.install anydesk.portable
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1/d748688c3b5fed7cc4ae1e2ac384cb15bc2777e2
1 parent 0771206 commit aef25d6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.0.5</version>
6+
<version>6.0.6</version>
77
<title>AnyDesk MSI (Install)</title>
88
<authors>AnyDesk Software GmbH</authors>
99
<copyright>2020 AnyDesk GmbH</copyright>

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 = '3f25026bce6e1e11b2746be97e31c688b09efc284435ba30c3c258559388bcad'
4+
$checksum32 = 'efa92f753e714252806e458744f61780c3511ed0a6d27e58fa3eed9f9f499be3'
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.0.5</version>
6+
<version>6.0.6</version>
77
<title>AnyDesk Exe (Portable or Install)</title>
88
<authors>AnyDesk Software GmbH</authors>
99
<copyright>2020 AnyDesk GmbH</copyright>

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 = 'dd7aa730255da936af74821fe2e90cbeec20a06f543f1fabf924d129f526c014'
4+
$checksum32 = '1cefb05797961e13d50d6774c2b8f4efd8f438670495996ae0e678ae9fd01a6b'
55
$pp = Get-PackageParameters
66
$fileFullPath = (Join-Path $toolsDir 'AnyDesk.exe')
77

anydesk/anydesk.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</id>
6-
<version>6.0.5</version>
6+
<version>6.0.6</version>
77
<title>AnyDesk Exe (Portable and Install)</title>
88
<authors>AnyDesk Software GmbH</authors>
99
<copyright>2020 AnyDesk GmbH</copyright>

anydesk/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 = 'dd7aa730255da936af74821fe2e90cbeec20a06f543f1fabf924d129f526c014'
4+
$checksum32 = '1cefb05797961e13d50d6774c2b8f4efd8f438670495996ae0e678ae9fd01a6b'
55
$pp = Get-PackageParameters
66
$fileFullPath = (Join-Path $toolsDir 'AnyDesk.exe')
77

0 commit comments

Comments
 (0)