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

Commit 5a11f1e

Browse files
author
Chocolatey
committed
1 parent 2345ac8 commit 5a11f1e

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.37.0</version>
8+
<version>7.38.0</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.37.0</releaseNotes>
37+
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.38.0</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.37.0.exe'
14-
checksum = '7761ad92d8f04f3a97351be4617130414b56351b77ec466f8d05bb5bbbaf6899'
13+
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.38.0.exe'
14+
checksum = '6dc7ab83779773e6278f8e1f96ae44fed5b44da61bd83ad243d96e7816ea0646'
1515
checksumType = 'sha256'
1616
silentArgs = '/S'
1717
validExitCodes = @(0)

0 commit comments

Comments
 (0)