diff --git a/jitsi-meet-electron/jitsi-meet-electron.nuspec b/jitsi-meet-electron/jitsi-meet-electron.nuspec index 2a21df7ab..483b12dee 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.7 + 2.8.8 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.7 + https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.8 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 dc9cc18b7..cb45dc1be 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.7/jitsi-meet.exe + URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.8/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: 10AC1827CB901C28EA3FC56EEF5BA14CC02C8EC5A2E5552480850EDEB43C984D - checksum64: 8176AA8FD98BB347313A96A90CE117621D67C195F06ED3D5D7EA81D96DA9FE9A + checksum32: 965880BD9E57873A741F3C8DA35A586983A4CF6464F0307830F928DEECB12693 + checksum64: 449B5FD000F609D89FEF35FFB064D018F241EBC5E03013402E1F6B35CE9E4EAB diff --git a/jitsi-meet-electron/tools/chocolateyInstall.ps1 b/jitsi-meet-electron/tools/chocolateyInstall.ps1 index bcae4778f..5af6c9f79 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 = '10AC1827CB901C28EA3FC56EEF5BA14CC02C8EC5A2E5552480850EDEB43C984D' - checksum64 = '8176AA8FD98BB347313A96A90CE117621D67C195F06ED3D5D7EA81D96DA9FE9A' + checksum = '965880BD9E57873A741F3C8DA35A586983A4CF6464F0307830F928DEECB12693' + checksum64 = '449B5FD000F609D89FEF35FFB064D018F241EBC5E03013402E1F6B35CE9E4EAB' checksumType = 'sha256' ChecksumType64 = 'sha256' }