diff --git a/.appveyor.yml b/.appveyor.yml index 731b55ac6..5de457957 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' max_jobs: 1 -image: WMF 5 +image: Visual Studio 2022 # History plugin requires complete log #clone_depth: 5 branches: diff --git a/automatic/line/line.nuspec b/automatic/line/line.nuspec index b001451e3..676f181d7 100644 --- a/automatic/line/line.nuspec +++ b/automatic/line/line.nuspec @@ -3,7 +3,7 @@ line - 9.0.0.3345 + 9.1.2.3379 https://github.com/mikecole/chocolatey-packages Mike Cole LINE diff --git a/automatic/line/tools/chocolateyInstall.ps1 b/automatic/line/tools/chocolateyInstall.ps1 index b5e953dea..4786c006c 100644 --- a/automatic/line/tools/chocolateyInstall.ps1 +++ b/automatic/line/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop' -$checksum = 'ddd96e2243a29dcca8812bbcf7e2f93b7a02e94ea1fc55093da95ef89849b41c' +$checksum = 'f05a3a0825f71ee05686a5c93c0a935db6d2dc4c1ce99594680de9756bed31e5' $packageArgs = @{ packageName = 'line' diff --git a/automatic/zoom/tools/chocolateyInstall.ps1 b/automatic/zoom/tools/chocolateyInstall.ps1 index 494264f68..7d47c9893 100644 --- a/automatic/zoom/tools/chocolateyInstall.ps1 +++ b/automatic/zoom/tools/chocolateyInstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop' -$checksum = 'f73d5da8f8375236bcb88df999d17f9c78cd308275fc3f5614541a8aff83e638' -$checksum64 = '045c4850f6395b76555ed1df4353ca03a09898b56ec6ce8c4fa01f58179a0d63' +$checksum = '116adc76e21e80c7e596f23c478e8906ea0f58290003c9b5af136ca36fbb77e6' +$checksum64 = '5c642dbbe803be4ce6660d89e059285cc6284249e1842c1f516a369503256bcb' -$url = 'https://cdn.zoom.us/prod/6.0.11.39959/ZoomInstallerFull.msi' -$url64 = 'https://cdn.zoom.us/prod/6.0.11.39959/x64/ZoomInstallerFull.msi' +$url = 'https://cdn.zoom.us/prod/6.1.0.41135/ZoomInstallerFull.msi' +$url64 = 'https://cdn.zoom.us/prod/6.1.0.41135/x64/ZoomInstallerFull.msi' $silentArgs = '/quiet /qn /norestart' diff --git a/automatic/zoom/zoom.nuspec b/automatic/zoom/zoom.nuspec index 5bfd69c9e..6d93fcfb7 100644 --- a/automatic/zoom/zoom.nuspec +++ b/automatic/zoom/zoom.nuspec @@ -3,7 +3,7 @@ zoom - 6.0.11.39959 + 6.1.0.41135 https://github.com/mikecole/chocolatey-packages Mike Cole Zoom Client for Meetings