File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 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.6 </version >
6+ <version >6.0.7 </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 = ' efa92f753e714252806e458744f61780c3511ed0a6d27e58fa3eed9f9f499be3 '
4+ $checksum32 = ' 577a9d5fdf6012f4f5a1d22d07f70d9db1055da2860fa4b5ee2760e04a6bf463 '
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.6 </version >
6+ <version >6.0.7 </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 = ' 1cefb05797961e13d50d6774c2b8f4efd8f438670495996ae0e678ae9fd01a6b '
4+ $checksum32 = ' 4de898c139fb5251479ca6f9ec044cac4d83a2f5d1113b7a4b8f13468a130c97 '
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.6 </version >
6+ <version >6.0.7 </version >
77 <title >AnyDesk Exe (Portable and Install)</title >
88 <authors >AnyDesk Software GmbH</authors >
99 <copyright >2020 AnyDesk GmbH</copyright >
2323 <docsUrl >https://support.anydesk.com/Help_Center</docsUrl >
2424 <bugTrackerUrl >https://anydesk.com/en/contact/support</bugTrackerUrl >
2525 <dependencies >
26- <dependency id =" anydesk.portable" version =" 6.0.6 " />
26+ <dependency id =" anydesk.portable" version =" 6.0.7 " />
2727 </dependencies >
2828 </metadata >
2929 <files >
You can’t perform that action at this time.
0 commit comments