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
tunisiano187 committed Nov 12, 2023
1 parent db8b765 commit 2b941d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/jitsi-meet-electron/jitsi-meet-electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>jitsi-meet-electron</id>
<version>2023.10.0</version>
<version>2023.11.0</version>
<title>Jitsi Meet Electron</title>
<authors>Jitsi Meet Electron community</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -30,7 +30,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>
<summary>Desktop application for Jitsi Meet built with Electron.</summary>
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2023.10.0</releaseNotes>
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2023.11.0</releaseNotes>
<copyright />
<tags>jitsi webinar webcam meeting electron</tags>
<projectSourceUrl>https://github.com/jitsi/jitsi-meet-electron</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/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/v2023.10.0/jitsi-meet.exe
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.11.0/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: CFBACB23A8E92CFEB39451BE0EE25902F93E92DD1AB037697C03823D568636BE
checksum64: C75B818021B00515DC5522BAC4CAD10662B82E1E52C9030ED81930529A236B4F
checksum32: 12BE52E64FEF9C49B944D508F51CD28E58823C13779A1B0DE738AF932718460A
checksum64: 8ECB52C4672066042683F57D47C355C2156FBC46C9B8504C3330A76AEFD2190B
4 changes: 2 additions & 2 deletions automatic/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 = 'CFBACB23A8E92CFEB39451BE0EE25902F93E92DD1AB037697C03823D568636BE'
checksum64 = 'C75B818021B00515DC5522BAC4CAD10662B82E1E52C9030ED81930529A236B4F'
checksum = '12BE52E64FEF9C49B944D508F51CD28E58823C13779A1B0DE738AF932718460A'
checksum64 = '8ECB52C4672066042683F57D47C355C2156FBC46C9B8504C3330A76AEFD2190B'
checksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down

0 comments on commit 2b941d6

Please sign in to comment.