Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a0a25b5

Browse files
author
Chocolatey
committed
1 parent cb6ebe4 commit a0a25b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

signal/signal.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>signal</id>
77
<title>Signal (Desktop)</title>
8-
<version>7.40.0</version>
8+
<version>7.40.1</version>
99
<authors>Open Whisper Systems</authors>
1010
<owners>Miodrag Milic</owners>
1111
<summary>Fast, simple, secure. Privacy that fits in your pocket</summary>
@@ -34,7 +34,7 @@
3434
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
3535
<requireLicenseAcceptance>false</requireLicenseAcceptance>
3636
<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>
3838
<docsUrl>https://www.signal.org/docs</docsUrl>
3939
<bugTrackerUrl>https://github.com/WhisperSystems/Signal-Desktop/issues</bugTrackerUrl>
4040
<projectSourceUrl>https://github.com/WhisperSystems/Signal-Desktop</projectSourceUrl>

signal/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Set-AutoUpdate -Enable
1010
$packageArgs = @{
1111
packageName = 'signal'
1212
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'
1515
checksumType = 'sha256'
1616
silentArgs = '/S'
1717
validExitCodes = @(0)

0 commit comments

Comments
 (0)