This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit a0a25b5 Chocolatey
committed
1 parent cb6ebe4 commit a0a25b5 Copy full SHA for a0a25b5
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
6
6
<id >signal</id >
7
7
<title >Signal (Desktop)</title >
8
- <version >7.40.0 </version >
8
+ <version >7.40.1 </version >
9
9
<authors >Open Whisper Systems</authors >
10
10
<owners >Miodrag Milic</owners >
11
11
<summary >Fast, simple, secure. Privacy that fits in your pocket</summary >
34
34
<licenseUrl >http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl >
35
35
<requireLicenseAcceptance >false</requireLicenseAcceptance >
36
36
<iconUrl >https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/signal/icon.png</iconUrl >
37
- <releaseNotes >https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.40.0 </releaseNotes >
37
+ <releaseNotes >https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.40.1 </releaseNotes >
38
38
<docsUrl >https://www.signal.org/docs</docsUrl >
39
39
<bugTrackerUrl >https://github.com/WhisperSystems/Signal-Desktop/issues</bugTrackerUrl >
40
40
<projectSourceUrl >https://github.com/WhisperSystems/Signal-Desktop</projectSourceUrl >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Set-AutoUpdate -Enable
10
10
$packageArgs = @ {
11
11
packageName = ' signal'
12
12
fileType = ' EXE'
13
- url = ' https://updates.signal.org/desktop/signal-desktop-win-7.40.0 .exe'
14
- checksum = ' ca333d03fa99c01b5009d67cbab3e663f0f451c130f2e2e73093703cadbbcee6 '
13
+ url = ' https://updates.signal.org/desktop/signal-desktop-win-7.40.1 .exe'
14
+ checksum = ' e298e5332ef7a44b916bed4f2f7e973132766e20cda8c2731945dfe147b9c78e '
15
15
checksumType = ' sha256'
16
16
silentArgs = ' /S'
17
17
validExitCodes = @ (0 )
You can’t perform that action at this time.
0 commit comments