diff --git a/jitsi-meet-electron/jitsi-meet-electron.nuspec b/jitsi-meet-electron/jitsi-meet-electron.nuspec index 18f621fa8..2a21df7ab 100644 --- a/jitsi-meet-electron/jitsi-meet-electron.nuspec +++ b/jitsi-meet-electron/jitsi-meet-electron.nuspec @@ -3,7 +3,7 @@ jitsi-meet-electron - 2.8.6 + 2.8.7 Jitsi Meet Electron cmorty Jitsi Meet Electron community @@ -36,7 +36,7 @@ It is therefore suggested to use `choco-upgrade-all-at-startup` or `choco-upgrad ![screenshot](https://raw.githubusercontent.com/jitsi/jitsi-meet-electron/master/screenshot.png) ]]> - https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.6 + https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.7 jitsi webinar webcam meeting electron https://github.com/cmorty/au-packages/ diff --git a/jitsi-meet-electron/tools/VERIFICATION.txt b/jitsi-meet-electron/tools/VERIFICATION.txt index 782b68c25..dc9cc18b7 100644 --- a/jitsi-meet-electron/tools/VERIFICATION.txt +++ b/jitsi-meet-electron/tools/VERIFICATION.txt @@ -9,7 +9,7 @@ As well as the build logs: https://gist.github.com/cmorty/554cd2b607b7bf0a288341 To verify the package you need to 1. Download the Oneclick installer from the following - URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.6/jitsi-meet.exe + URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.7/jitsi-meet.exe 2. Unzip it running 7z x jitsi-meet.exe The program is in the "$PLUGINSDIR" folder containing the app-32.7z and app-64.7z @@ -18,5 +18,5 @@ To verify the package you need to - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 76C8E79D42D839C99759A77A9E250D94F5B3F207D0A6868D95DFB5F067068BD7 - checksum64: EA7267BE21400416338E9D1FB22CFD96A5BCB237BE0895205B66C96D276FD5D8 + checksum32: 10AC1827CB901C28EA3FC56EEF5BA14CC02C8EC5A2E5552480850EDEB43C984D + checksum64: 8176AA8FD98BB347313A96A90CE117621D67C195F06ED3D5D7EA81D96DA9FE9A diff --git a/jitsi-meet-electron/tools/chocolateyInstall.ps1 b/jitsi-meet-electron/tools/chocolateyInstall.ps1 index cdbc05b9b..bcae4778f 100644 --- a/jitsi-meet-electron/tools/chocolateyInstall.ps1 +++ b/jitsi-meet-electron/tools/chocolateyInstall.ps1 @@ -8,8 +8,8 @@ $packageArgs = @{ file = "$toolsdir\app-32.7z" file64 = "$toolsdir\app-64.7z" unzipLocation = "$toolsDir" - checksum = '76C8E79D42D839C99759A77A9E250D94F5B3F207D0A6868D95DFB5F067068BD7' - checksum64 = 'EA7267BE21400416338E9D1FB22CFD96A5BCB237BE0895205B66C96D276FD5D8' + checksum = '10AC1827CB901C28EA3FC56EEF5BA14CC02C8EC5A2E5552480850EDEB43C984D' + checksum64 = '8176AA8FD98BB347313A96A90CE117621D67C195F06ED3D5D7EA81D96DA9FE9A' checksumType = 'sha256' ChecksumType64 = 'sha256' }