File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
44 <metadata >
55 <id >jitsi-meet-electron</id >
6- <version >2.8.5 </version >
6+ <version >2.8.6 </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
3737]]> </description >
3838
39- <releaseNotes >https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.5 </releaseNotes >
39+ <releaseNotes >https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.6 </releaseNotes >
4040 <copyright />
4141 <tags >jitsi webinar webcam meeting electron</tags >
4242 <packageSourceUrl >https://github.com/cmorty/au-packages/</packageSourceUrl >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ As well as the build logs: https://gist.github.com/cmorty/554cd2b607b7bf0a288341
99
1010To verify the package you need to
11111. Download the Oneclick installer from the following
12- URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.5 /jitsi-meet.exe
12+ URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.6 /jitsi-meet.exe
13132. 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: 6D9E9D1E5E7FB3B5F6140051810FA7B0D21DB283BFD8408691C09CD4EF536A17
22- checksum64: 03CC70590E65A3EBBB49E6930C4689227154A6F8F991F1AE271876068B0E83B4
21+ checksum32: 76C8E79D42D839C99759A77A9E250D94F5B3F207D0A6868D95DFB5F067068BD7
22+ checksum64: EA7267BE21400416338E9D1FB22CFD96A5BCB237BE0895205B66C96D276FD5D8
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ $packageArgs = @{
88 file = " $toolsdir \app-32.7z"
99 file64 = " $toolsdir \app-64.7z"
1010 unzipLocation = " $toolsDir "
11- checksum = ' 6D9E9D1E5E7FB3B5F6140051810FA7B0D21DB283BFD8408691C09CD4EF536A17 '
12- checksum64 = ' 03CC70590E65A3EBBB49E6930C4689227154A6F8F991F1AE271876068B0E83B4 '
11+ checksum = ' 76C8E79D42D839C99759A77A9E250D94F5B3F207D0A6868D95DFB5F067068BD7 '
12+ checksum64 = ' EA7267BE21400416338E9D1FB22CFD96A5BCB237BE0895205B66C96D276FD5D8 '
1313 checksumType = ' sha256'
1414 ChecksumType64 = ' sha256'
1515}
You can’t perform that action at this time.
0 commit comments