Skip to content

Commit dd03e69

Browse files
author
Chocolatey
committed
1 parent c5ceb9d commit dd03e69

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.11</version>
6+
<version>2.8.12</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.11</releaseNotes>
39+
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.12</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.11/jitsi-meet.exe
12+
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.12/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: 237CFB02F9C73A58D60EA3FD26FBC9FC2B037A0386935BB7975C0FA4C34DF077
22-
checksum64: FAD146DF54356C63C5394B1F0CF7A2EA914A31F1DD21C022CA9264AE701A94A9
21+
checksum32: 219BFA24E12774828B35BA2AEDE1E0B5E249D954C47886A269C14F3A6D820641
22+
checksum64: 786B7E7249CBA6C4961D0A6A7AA818B3ED2EE46689A70AE84BE516453EB57EC8

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 = '237CFB02F9C73A58D60EA3FD26FBC9FC2B037A0386935BB7975C0FA4C34DF077'
12-
checksum64 = 'FAD146DF54356C63C5394B1F0CF7A2EA914A31F1DD21C022CA9264AE701A94A9'
11+
checksum = '219BFA24E12774828B35BA2AEDE1E0B5E249D954C47886A269C14F3A6D820641'
12+
checksum64 = '786B7E7249CBA6C4961D0A6A7AA818B3ED2EE46689A70AE84BE516453EB57EC8'
1313
checksumType = 'sha256'
1414
ChecksumType64 = 'sha256'
1515
}

0 commit comments

Comments
 (0)