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 Jul 31, 2020
1 parent e3e2917 commit a232fa5
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>2.3.0</version>
<version>2.3.1</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/v2.3.0</releaseNotes>
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.3.1</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/v2.3.0/jitsi-meet.exe
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.3.1/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: E4195E4708A1CDF4C0F35C96409B316456EB9284438534361789BF05342DE402
checksum64: D77B8C7189E7587ED312A0BFC8CDDAA29F7FABAD15FC64947E36C451A925B0D0
checksum32: 0543151B77A4508B6D60E08633F6FD216F23EBA046845461CFF45A23D7F56E89
checksum64: E0B56A6843674E380A5D589BF2173A0F55D42D2DEDAFB1195C52503F47F3E452
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 = 'E4195E4708A1CDF4C0F35C96409B316456EB9284438534361789BF05342DE402'
checksum64 = 'D77B8C7189E7587ED312A0BFC8CDDAA29F7FABAD15FC64947E36C451A925B0D0'
checksum = '0543151B77A4508B6D60E08633F6FD216F23EBA046845461CFF45A23D7F56E89'
checksum64 = 'E0B56A6843674E380A5D589BF2173A0F55D42D2DEDAFB1195C52503F47F3E452'
checksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down

0 comments on commit a232fa5

Please sign in to comment.