File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments