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

Commit 89c315a

Browse files
author
Chocolatey
committed
1 parent f8c0315 commit 89c315a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

invoke-build/invoke-build.nuspec

+1-1
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>invoke-build</id>
77
<title>Invoke-Build</title>
8-
<version>5.11.3</version>
8+
<version>5.12.0</version>
99
<authors>Roman Kuzmin</authors>
1010
<owners>Miodrag Milic</owners>
1111
<summary>Invoke-Build is a build and test automation tool</summary>

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.32.0</version>
8+
<version>7.34.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.32.0</releaseNotes>
37+
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.34.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.32.0.exe'
14-
checksum = '0cc2dc27108de22220e53377e8d1dd986c2cffd95b47fd6e5f89c07be97ed745'
13+
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.34.0.exe'
14+
checksum = '3f406657124cc2c42190e48d5e7a53573deadbe0b0db9c945aedfafabc8193b0'
1515
checksumType = 'sha256'
1616
silentArgs = '/S'
1717
validExitCodes = @(0)

trid/legal/VERIFICATION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Package can be verified like this:
1717
- Use Chocolatey utility 'checksum.exe'
1818

1919
checksum_trid: EA7F82363912F5B3C79217BA8716425EC3F2514887F788DCD5A2821D0B1FC83F
20-
checksum_triddefs: 38836A75952B5BD63F1D1F7D5B3EF908F0ABCEA3A69579C7414A0F76F761D615
20+
checksum_triddefs: E0580BA9B466F1CDD32230C0C4000C73F83833C485E5410DA19A929A3BE9E9C0
2121

2222
File 'readme.txt' with license is obtained from the trid_w32.zip file.

trid/trid.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>trid</id>
66
<title>TrID - File Identifier</title>
7-
<version>2.24.20241116</version>
7+
<version>2.24.20241120</version>
88
<authors>Marco Pontello</authors>
99
<owners>Miodrag Milić</owners>
1010
<summary>TrID is an utility designed to identify file types from their binary signatures</summary>
@@ -29,7 +29,7 @@ Because TrID uses an expandable database it will never be out of date. As new fi
2929
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/trid/icon.jpg</iconUrl>
3030
<!--<dependencies>-->
3131
<!--</dependencies>-->
32-
<releaseNotes>https://mark0.net/forum/index.php?topic=1016.msg4031#msg4031</releaseNotes>
32+
<releaseNotes>https://mark0.net/forum/index.php?topic=1016.msg4032#msg4032</releaseNotes>
3333
<mailingListUrl>http://mark0.net/forum/index.php?board=6.0</mailingListUrl>
3434
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/trid</packageSourceUrl>
3535
</metadata>

0 commit comments

Comments
 (0)