Skip to content

Commit

Permalink
AU: 1 updated - jitsi-meet-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2021
1 parent da9e3cc commit 42ab0aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions jitsi-meet-electron/jitsi-meet-electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>jitsi-meet-electron</id>
<version>2021.11.1</version>
<version>2021.11.2</version>
<title>Jitsi Meet Electron</title>
<owners>cmorty</owners>
<authors>Jitsi Meet Electron community</authors>
Expand Down Expand Up @@ -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)
]]></description>

<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2021.11.1</releaseNotes>
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2021.11.2</releaseNotes>
<copyright />
<tags>jitsi webinar webcam meeting electron</tags>
<packageSourceUrl>https://github.com/cmorty/au-packages/</packageSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions jitsi-meet-electron/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/v2021.11.1/jitsi-meet.exe
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2021.11.2/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
Expand All @@ -18,5 +18,5 @@ To verify the package you need to
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 1F927030FB970CCC11419C64455E7D538809B2E2A4C8059DF4490AF2476BCAB9
checksum64: A5338036DA971FF6FB1FABE66DFAD7582074167A7D545A71274E52286F596A63
checksum32: 7C0BD1002EEF573684216E060A2E1C175B40257815C2C02F02C771CA0620B373
checksum64: 6A26DA09580328D73B5466692C94CE59428F1D4754A2FC0FDDA1F809180E0280
4 changes: 2 additions & 2 deletions jitsi-meet-electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ $packageArgs = @{
file = "$toolsdir\app-32.7z"
file64 = "$toolsdir\app-64.7z"
unzipLocation = "$toolsDir"
checksum = '1F927030FB970CCC11419C64455E7D538809B2E2A4C8059DF4490AF2476BCAB9'
checksum64 = 'A5338036DA971FF6FB1FABE66DFAD7582074167A7D545A71274E52286F596A63'
checksum = '7C0BD1002EEF573684216E060A2E1C175B40257815C2C02F02C771CA0620B373'
checksum64 = '6A26DA09580328D73B5466692C94CE59428F1D4754A2FC0FDDA1F809180E0280'
checksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down

0 comments on commit 42ab0aa

Please sign in to comment.