diff --git a/jitsi-meet-electron/jitsi-meet-electron.nuspec b/jitsi-meet-electron/jitsi-meet-electron.nuspec index bc01e6d43..80c5d3ab4 100644 --- a/jitsi-meet-electron/jitsi-meet-electron.nuspec +++ b/jitsi-meet-electron/jitsi-meet-electron.nuspec @@ -3,7 +3,7 @@ jitsi-meet-electron - 2021.11.2 + 2021.12.1 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/v2021.11.2 + https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2021.12.1 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 4ad79d48c..8cade1fa3 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/v2021.11.2/jitsi-meet.exe + URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2021.12.1/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: 7C0BD1002EEF573684216E060A2E1C175B40257815C2C02F02C771CA0620B373 - checksum64: 6A26DA09580328D73B5466692C94CE59428F1D4754A2FC0FDDA1F809180E0280 + checksum32: B68F6F46CE596E2E399548A268030B7423D0DBE1FE1A3981ADA1408319937CD7 + checksum64: 68E4886CA31040632F93905D00277F41C05879104D61E3864D22F97FA3300B8B diff --git a/jitsi-meet-electron/tools/chocolateyInstall.ps1 b/jitsi-meet-electron/tools/chocolateyInstall.ps1 index 32abf15bf..3cee89262 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 = '7C0BD1002EEF573684216E060A2E1C175B40257815C2C02F02C771CA0620B373' - checksum64 = '6A26DA09580328D73B5466692C94CE59428F1D4754A2FC0FDDA1F809180E0280' + checksum = 'B68F6F46CE596E2E399548A268030B7423D0DBE1FE1A3981ADA1408319937CD7' + checksum64 = '68E4886CA31040632F93905D00277F41C05879104D61E3864D22F97FA3300B8B' checksumType = 'sha256' ChecksumType64 = 'sha256' }