diff --git a/jitsi-meet-electron/jitsi-meet-electron.nuspec b/jitsi-meet-electron/jitsi-meet-electron.nuspec index a49d35948..25c8262f1 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.6.0 + 2.6.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/v2.6.0 + https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.6.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 723ee9250..8f703dddc 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.6.0/jitsi-meet.exe + URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.6.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: 25AF13EEB99A531946922DAD7F43D78F5875DC330CC53A2D3CD2795070F63D1A - checksum64: 1629DDB053C63F7A99B9892797793384318F8B2A093BA77C843B58A37A9737DF + checksum32: 0D989AC14F182A6DA496FA062A1B3AEE77BDAE6714AD8C3694AE5D73456A79C0 + checksum64: C7D32E4FE534C06D25E23FE736148E4AD941BB4FC96A147DF8FA7BC94E39F60A diff --git a/jitsi-meet-electron/tools/chocolateyInstall.ps1 b/jitsi-meet-electron/tools/chocolateyInstall.ps1 index 1f9b5eee8..8a1568ea8 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 = '25AF13EEB99A531946922DAD7F43D78F5875DC330CC53A2D3CD2795070F63D1A' - checksum64 = '1629DDB053C63F7A99B9892797793384318F8B2A093BA77C843B58A37A9737DF' + checksum = '0D989AC14F182A6DA496FA062A1B3AEE77BDAE6714AD8C3694AE5D73456A79C0' + checksum64 = 'C7D32E4FE534C06D25E23FE736148E4AD941BB4FC96A147DF8FA7BC94E39F60A' checksumType = 'sha256' ChecksumType64 = 'sha256' }