diff --git a/jitsi-meet-electron/jitsi-meet-electron.nuspec b/jitsi-meet-electron/jitsi-meet-electron.nuspec index 483b12dee..9907407f5 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.8 + 2.8.9 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.8 + https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.9 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 cb45dc1be..8de5793a3 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.8/jitsi-meet.exe + URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.9/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: 965880BD9E57873A741F3C8DA35A586983A4CF6464F0307830F928DEECB12693 - checksum64: 449B5FD000F609D89FEF35FFB064D018F241EBC5E03013402E1F6B35CE9E4EAB + checksum32: ADD79F0ED5DDCF01076A98C61204B965D0982A12DFCBC04B2AC4302FF7F6F2FC + checksum64: FEECA983B92F8887D7EA682EE10673C5C7BC101DD4DAD1AF11017BCA1377FC40 diff --git a/jitsi-meet-electron/tools/chocolateyInstall.ps1 b/jitsi-meet-electron/tools/chocolateyInstall.ps1 index 5af6c9f79..cd2a80a4e 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 = '965880BD9E57873A741F3C8DA35A586983A4CF6464F0307830F928DEECB12693' - checksum64 = '449B5FD000F609D89FEF35FFB064D018F241EBC5E03013402E1F6B35CE9E4EAB' + checksum = 'ADD79F0ED5DDCF01076A98C61204B965D0982A12DFCBC04B2AC4302FF7F6F2FC' + checksum64 = 'FEECA983B92F8887D7EA682EE10673C5C7BC101DD4DAD1AF11017BCA1377FC40' checksumType = 'sha256' ChecksumType64 = 'sha256' }