Skip to content

Commit 462470d

Browse files
author
Chocolatey
committed
AU: 1 updated - jitsi-meet-electron
[skip ci] https://gist.github.com/554cd2b607b7bf0a288341da3b311ca1
1 parent 196eef5 commit 462470d

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>2.7.0</version>
6+
<version>2.7.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/v2.7.0</releaseNotes>
39+
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2.7.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/v2.7.0/jitsi-meet.exe
12+
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.7.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: E7218D4BADE16D7DF330316B9C53E0C94D0ED8438998425D8EC16BE7477DDD37
22-
checksum64: 64556C3EEE6B9F62E8E3F3728984B60176A18AA605C32A150E3F031094A7ED36
21+
checksum32: 1E68CDA96A8D549249910D838AF1AE13FC6FF7AE8BE4FD48A41564E248342296
22+
checksum64: 8E370089E51AD12502BC982A00373A6287244E2E7CDB0183D059EFE548FEDB87

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 = 'E7218D4BADE16D7DF330316B9C53E0C94D0ED8438998425D8EC16BE7477DDD37'
12-
checksum64 = '64556C3EEE6B9F62E8E3F3728984B60176A18AA605C32A150E3F031094A7ED36'
11+
checksum = '1E68CDA96A8D549249910D838AF1AE13FC6FF7AE8BE4FD48A41564E248342296'
12+
checksum64 = '8E370089E51AD12502BC982A00373A6287244E2E7CDB0183D059EFE548FEDB87'
1313
checksumType = 'sha256'
1414
ChecksumType64 = 'sha256'
1515
}

0 commit comments

Comments
 (0)