From b05c74002211f06bfcc8ce9c8eb6b58dbe5f3136 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 27 May 2020 17:23:17 +0000 Subject: [PATCH] AU: 1 updated - jitsi-meet-electron [skip ci] https://gist.github.com/554cd2b607b7bf0a288341da3b311ca1/becea32427593b16bc0beafe65a3bbf0fe02a6ad --- jitsi-meet-electron/jitsi-meet-electron.nuspec | 4 ++-- jitsi-meet-electron/tools/VERIFICATION.txt | 6 +++--- jitsi-meet-electron/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jitsi-meet-electron/jitsi-meet-electron.nuspec b/jitsi-meet-electron/jitsi-meet-electron.nuspec index cade9dd5a..e1d816cf4 100644 --- a/jitsi-meet-electron/jitsi-meet-electron.nuspec +++ b/jitsi-meet-electron/jitsi-meet-electron.nuspec @@ -3,7 +3,7 @@ jitsi-meet-electron - 0.0 + 2.1.1 Jitsi Meet Electron Morty 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.0.2 + https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.1.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 91d815ae8..a0940f8ba 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.0.2/jitsi-meet.exe + URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.1.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: 0363AF8E59CDA3B7428AD147FE32CB01122463EB7B866808DD8646212CA6F712 - checksum64: 9902903E8ACCABA33AC7AC7F774C1381A030C0B5A89CDF2A76BCCEFE6606AE07 + checksum32: 0907AD1AB34B54B486175AE5E06391E6363EE8E69AF0FE45C2EAFACF42F5B4DB + checksum64: 1295D28649E93EB051B7358E34E5F9416E9C7EE8CE654C7F43D0956FF5557B29 diff --git a/jitsi-meet-electron/tools/chocolateyInstall.ps1 b/jitsi-meet-electron/tools/chocolateyInstall.ps1 index cca3c495f..97d1f418f 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 = '0363AF8E59CDA3B7428AD147FE32CB01122463EB7B866808DD8646212CA6F712' - checksum64 = '9902903E8ACCABA33AC7AC7F774C1381A030C0B5A89CDF2A76BCCEFE6606AE07' + checksum = '0907AD1AB34B54B486175AE5E06391E6363EE8E69AF0FE45C2EAFACF42F5B4DB' + checksum64 = '1295D28649E93EB051B7358E34E5F9416E9C7EE8CE654C7F43D0956FF5557B29' checksumType = 'sha256' ChecksumType64 = 'sha256' }