Skip to content

Commit 740abdc

Browse files
author
Chocolatey
committed
1 parent 43bdf6f commit 740abdc

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

jitsi-meet-electron/jitsi-meet-electron.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
44
<metadata>
55
<id>jitsi-meet-electron</id>
6-
<version>2021.12.2</version>
6+
<version>2022.1.1</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
![screenshot](https://raw.githubusercontent.com/jitsi/jitsi-meet-electron/master/screenshot.png)
3737
]]></description>
3838

39-
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2021.12.2</releaseNotes>
39+
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2022.1.1</releaseNotes>
4040
<copyright />
4141
<tags>jitsi webinar webcam meeting electron</tags>
4242
<packageSourceUrl>https://github.com/cmorty/au-packages/</packageSourceUrl>

jitsi-meet-electron/tools/VERIFICATION.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As well as the build logs: https://gist.github.com/cmorty/554cd2b607b7bf0a288341
99

1010
To verify the package you need to
1111
1. Download the Oneclick installer from the following
12-
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2021.12.2/jitsi-meet.exe
12+
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2022.1.1/jitsi-meet.exe
1313
2. 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: FAE5BA8B26A8550DD6A580837020BE537B09216D711D7366013C58A96368562B
22-
checksum64: 4F68D32DD900DA2A6470862528D7EA22251DE0C81C4B8FEA3C0CAAE8A4873268
21+
checksum32: 68ED718F1FC720130954288831086B04E172463E581E405FC8224FE6EC94505F
22+
checksum64: 51E750EEBE6DDEA7147BCF65BA38EFFBB1E9F2F6106F28325076143A16475E2E

jitsi-meet-electron/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ $packageArgs = @{
88
file = "$toolsdir\app-32.7z"
99
file64 = "$toolsdir\app-64.7z"
1010
unzipLocation = "$toolsDir"
11-
checksum = 'FAE5BA8B26A8550DD6A580837020BE537B09216D711D7366013C58A96368562B'
12-
checksum64 = '4F68D32DD900DA2A6470862528D7EA22251DE0C81C4B8FEA3C0CAAE8A4873268'
11+
checksum = '68ED718F1FC720130954288831086B04E172463E581E405FC8224FE6EC94505F'
12+
checksum64 = '51E750EEBE6DDEA7147BCF65BA38EFFBB1E9F2F6106F28325076143A16475E2E'
1313
checksumType = 'sha256'
1414
ChecksumType64 = 'sha256'
1515
}

0 commit comments

Comments
 (0)