Skip to content

Commit 96a7244

Browse files
author
Chocolatey
committed
1 parent 51602c5 commit 96a7244

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

jitsi-meet-electron/jitsi-meet-electron.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
44
<metadata>
55
<id>jitsi-meet-electron</id>
6-
<version>2.8.7</version>
6+
<version>2.8.8</version>
77
<title>Jitsi Meet Electron</title>
88
<owners>cmorty</owners>
99
<authors>Jitsi Meet Electron community</authors>
@@ -36,7 +36,7 @@ It is therefore suggested to use `choco-upgrade-all-at-startup` or `choco-upgrad
3636
![screenshot](https://raw.githubusercontent.com/jitsi/jitsi-meet-electron/master/screenshot.png)
3737
]]></description>
3838

39-
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.7</releaseNotes>
39+
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.8</releaseNotes>
4040
<copyright />
4141
<tags>jitsi webinar webcam meeting electron</tags>
4242
<packageSourceUrl>https://github.com/cmorty/au-packages/</packageSourceUrl>

jitsi-meet-electron/tools/VERIFICATION.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As well as the build logs: https://gist.github.com/cmorty/554cd2b607b7bf0a288341
99

1010
To verify the package you need to
1111
1. Download the Oneclick installer from the following
12-
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.7/jitsi-meet.exe
12+
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.8/jitsi-meet.exe
1313
2. Unzip it running
1414
7z x jitsi-meet.exe
1515
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
1818
- Use chocolatey utility 'checksum.exe'
1919

2020
checksum type: sha256
21-
checksum32: 10AC1827CB901C28EA3FC56EEF5BA14CC02C8EC5A2E5552480850EDEB43C984D
22-
checksum64: 8176AA8FD98BB347313A96A90CE117621D67C195F06ED3D5D7EA81D96DA9FE9A
21+
checksum32: 965880BD9E57873A741F3C8DA35A586983A4CF6464F0307830F928DEECB12693
22+
checksum64: 449B5FD000F609D89FEF35FFB064D018F241EBC5E03013402E1F6B35CE9E4EAB

jitsi-meet-electron/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ $packageArgs = @{
88
file = "$toolsdir\app-32.7z"
99
file64 = "$toolsdir\app-64.7z"
1010
unzipLocation = "$toolsDir"
11-
checksum = '10AC1827CB901C28EA3FC56EEF5BA14CC02C8EC5A2E5552480850EDEB43C984D'
12-
checksum64 = '8176AA8FD98BB347313A96A90CE117621D67C195F06ED3D5D7EA81D96DA9FE9A'
11+
checksum = '965880BD9E57873A741F3C8DA35A586983A4CF6464F0307830F928DEECB12693'
12+
checksum64 = '449B5FD000F609D89FEF35FFB064D018F241EBC5E03013402E1F6B35CE9E4EAB'
1313
checksumType = 'sha256'
1414
ChecksumType64 = 'sha256'
1515
}

0 commit comments

Comments
 (0)