From 5dd7ec8f35ab2cad00b69f9e8f9011663af1e26a Mon Sep 17 00:00:00 2001 From: mikecole Date: Mon, 10 Jun 2024 08:07:04 +0000 Subject: [PATCH 1/7] AU: 1 updated - line [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/828dd0793aecafe3ea2be13533e09ce63507e7ca --- automatic/line/line.nuspec | 2 +- automatic/line/tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/line/line.nuspec b/automatic/line/line.nuspec index b001451e3..668e190fe 100644 --- a/automatic/line/line.nuspec +++ b/automatic/line/line.nuspec @@ -3,7 +3,7 @@ line - 9.0.0.3345 + 9.0.1.3361 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..b8429fcc6 100644 --- a/automatic/line/tools/chocolateyInstall.ps1 +++ b/automatic/line/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop' -$checksum = 'ddd96e2243a29dcca8812bbcf7e2f93b7a02e94ea1fc55093da95ef89849b41c' +$checksum = '533cca5a80384e7fbda19746bf5ad79ecaddcc3956dd8266c8a4923c1dbe0af1' $packageArgs = @{ packageName = 'line' From a6556f34f958812fd4cb0cc16043c94b070d13d8 Mon Sep 17 00:00:00 2001 From: mikecole Date: Thu, 20 Jun 2024 06:06:31 +0000 Subject: [PATCH 2/7] AU: 1 updated - line [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/ff01e97c7e22973722e970004a5e3d8dd01e58f1 --- automatic/line/line.nuspec | 2 +- automatic/line/tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/line/line.nuspec b/automatic/line/line.nuspec index 668e190fe..4c8f09722 100644 --- a/automatic/line/line.nuspec +++ b/automatic/line/line.nuspec @@ -3,7 +3,7 @@ line - 9.0.1.3361 + 9.1.0.3377 https://github.com/mikecole/chocolatey-packages Mike Cole LINE diff --git a/automatic/line/tools/chocolateyInstall.ps1 b/automatic/line/tools/chocolateyInstall.ps1 index b8429fcc6..f01113e30 100644 --- a/automatic/line/tools/chocolateyInstall.ps1 +++ b/automatic/line/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop' -$checksum = '533cca5a80384e7fbda19746bf5ad79ecaddcc3956dd8266c8a4923c1dbe0af1' +$checksum = 'fd571c23d60d8cea57aa151509937313399f376e991f467ba2901d7ce9393da0' $packageArgs = @{ packageName = 'line' From f3673d31d8f84d56d425bb2fc16c94a19319bc33 Mon Sep 17 00:00:00 2001 From: mikecole Date: Tue, 25 Jun 2024 06:06:38 +0000 Subject: [PATCH 3/7] AU: 1 updated - line [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/b65f6e1de1e400bbae6a127b964bb9729df9f466 --- automatic/line/line.nuspec | 2 +- automatic/line/tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/line/line.nuspec b/automatic/line/line.nuspec index 4c8f09722..676f181d7 100644 --- a/automatic/line/line.nuspec +++ b/automatic/line/line.nuspec @@ -3,7 +3,7 @@ line - 9.1.0.3377 + 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 f01113e30..4786c006c 100644 --- a/automatic/line/tools/chocolateyInstall.ps1 +++ b/automatic/line/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop' -$checksum = 'fd571c23d60d8cea57aa151509937313399f376e991f467ba2901d7ce9393da0' +$checksum = 'f05a3a0825f71ee05686a5c93c0a935db6d2dc4c1ce99594680de9756bed31e5' $packageArgs = @{ packageName = 'line' From 173414d5851edb2ed505e7bfd7e5824ee134d689 Mon Sep 17 00:00:00 2001 From: Mike Cole Date: Tue, 25 Jun 2024 21:51:15 -0500 Subject: [PATCH 4/7] Update .appveyor.yml --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 731b55ac6..c1ea130d0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -103,5 +103,5 @@ notifications: on_build_failure: true on_build_status_changed: true -#on_finish: -#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +on_finish: +- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) From 5f2c79a7bb55b4e410ce18ea6d9d46565bb51997 Mon Sep 17 00:00:00 2001 From: Mike Cole Date: Tue, 25 Jun 2024 22:07:21 -0500 Subject: [PATCH 5/7] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c1ea130d0..4b21b9062 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: From 4a85cbebb46bf8ab8800f38d1347ea388a89cc5a Mon Sep 17 00:00:00 2001 From: mikecole Date: Wed, 26 Jun 2024 03:10:41 +0000 Subject: [PATCH 6/7] AU: 1 updated - zoom [skip ci] https://gist.github.com/mikecole/fc383d2a7d15fa7825ca98990d04357a/bde1bc82b839e010915eda54fd2762f4c5d55d8c --- automatic/zoom/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/zoom/zoom.nuspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 From fcdadf021e14c6ea8f01585651a8dc1414977f65 Mon Sep 17 00:00:00 2001 From: Mike Cole Date: Tue, 25 Jun 2024 22:13:07 -0500 Subject: [PATCH 7/7] Update .appveyor.yml --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4b21b9062..5de457957 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -103,5 +103,5 @@ notifications: on_build_failure: true on_build_status_changed: true -on_finish: -- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +#on_finish: +#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))