Skip to content

Commit

Permalink
AU: 3 updated - anydesk anydesk.install anydesk.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 14, 2020
1 parent 4032a16 commit 250ead4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion anydesk.install/anydesk.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>anydesk.install</id>
<version>5.5.3</version>
<version>6.0.5</version>
<title>AnyDesk MSI (Install)</title>
<authors>AnyDesk Software GmbH</authors>
<copyright>2020 AnyDesk GmbH</copyright>
Expand Down
2 changes: 1 addition & 1 deletion anydesk.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://download.anydesk.com/AnyDesk.msi'
$checksum32 = 'd4a79db5c21b2f0241057cc69df78a0ea6b27888ede66fc698791a19a6260e31'
$checksum32 = '3f25026bce6e1e11b2746be97e31c688b09efc284435ba30c3c258559388bcad'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion anydesk.portable/anydesk.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>anydesk.portable</id>
<version>5.5.3</version>
<version>6.0.5</version>
<title>AnyDesk Exe (Portable or Install)</title>
<authors>AnyDesk Software GmbH</authors>
<copyright>2020 AnyDesk GmbH</copyright>
Expand Down
2 changes: 1 addition & 1 deletion anydesk.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://download.anydesk.com/AnyDesk.exe'
$checksum32 = 'd3b606e08c524995b585d6649183387068ee1dda60dc7e11c950966a7e73f234'
$checksum32 = 'dd7aa730255da936af74821fe2e90cbeec20a06f543f1fabf924d129f526c014'
$pp = Get-PackageParameters
$fileFullPath = (Join-Path $toolsDir 'AnyDesk.exe')

Expand Down
2 changes: 1 addition & 1 deletion anydesk/anydesk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>anydesk</id>
<version>5.5.3</version>
<version>6.0.5</version>
<title>AnyDesk Exe (Portable and Install)</title>
<authors>AnyDesk Software GmbH</authors>
<copyright>2020 AnyDesk GmbH</copyright>
Expand Down
2 changes: 1 addition & 1 deletion anydesk/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://download.anydesk.com/AnyDesk.exe'
$checksum32 = 'd3b606e08c524995b585d6649183387068ee1dda60dc7e11c950966a7e73f234'
$checksum32 = 'dd7aa730255da936af74821fe2e90cbeec20a06f543f1fabf924d129f526c014'
$pp = Get-PackageParameters
$fileFullPath = (Join-Path $toolsDir 'AnyDesk.exe')

Expand Down

0 comments on commit 250ead4

Please sign in to comment.