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.9 </version >
6+ <version >2.8.10 </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.9 </releaseNotes >
39+ <releaseNotes >https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.8.10 </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.9 /jitsi-meet.exe
12+ URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.8.10 /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: ADD79F0ED5DDCF01076A98C61204B965D0982A12DFCBC04B2AC4302FF7F6F2FC
22- checksum64: FEECA983B92F8887D7EA682EE10673C5C7BC101DD4DAD1AF11017BCA1377FC40
21+ checksum32: D392687026FFAF17D7F7ADE18CD331C333FBE5EBFB58E7D45E74F284948E1F3D
22+ checksum64: 24F0176F45F5EF1F2D4072B05A3282F03EE8AEAFD8836D85C5938BD012067CBC
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 = ' ADD79F0ED5DDCF01076A98C61204B965D0982A12DFCBC04B2AC4302FF7F6F2FC '
12- checksum64 = ' FEECA983B92F8887D7EA682EE10673C5C7BC101DD4DAD1AF11017BCA1377FC40 '
11+ checksum = ' D392687026FFAF17D7F7ADE18CD331C333FBE5EBFB58E7D45E74F284948E1F3D '
12+ checksum64 = ' 24F0176F45F5EF1F2D4072B05A3282F03EE8AEAFD8836D85C5938BD012067CBC '
1313 checksumType = ' sha256'
1414 ChecksumType64 = ' sha256'
1515}
You can’t perform that action at this time.
0 commit comments