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

Commit db4f6d9

Browse files
author
Chocolatey
committed
1 parent b222fd4 commit db4f6d9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

fzf/fzf.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>fzf</id>
77
<title>A command-line fuzzy finder</title>
8-
<version>0.59.0</version>
8+
<version>0.60.0</version>
99
<authors>Junegunn Choi</authors>
1010
<owners>Miodrag Milic</owners>
1111
<summary>fzf is a general-purpose command-line fuzzy finder</summary>
@@ -26,7 +26,7 @@ fzf is a general-purpose command-line fuzzy finder.
2626
<licenseUrl>https://raw.githubusercontent.com/junegunn/fzf-bin/master/LICENSE</licenseUrl>
2727
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2828
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/fzf/icon.png</iconUrl>
29-
<releaseNotes>https://github.com/junegunn/fzf/releases/tag/v0.59.0</releaseNotes>
29+
<releaseNotes>https://github.com/junegunn/fzf/releases/tag/v0.60.0</releaseNotes>
3030
<docsUrl>https://github.com/junegunn/fzf/blob/master/README.md</docsUrl>
3131
<bugTrackerUrl>https://github.com/junegunn/fzf/issues</bugTrackerUrl>
3232
<projectSourceUrl>https://github.com/junegunn/fzf</projectSourceUrl>

loki/legal/VERIFICATION.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Package can be verified like this:
88
1. Go to
99

1010
x32:
11-
x64: https://github.com/grafana/loki/releases/download/v3.4.0/loki-windows-amd64.exe.zip
11+
x64: https://github.com/grafana/loki/releases/download/v3.4.1/loki-windows-amd64.exe.zip
1212

1313
to download the installer.
1414

@@ -17,7 +17,7 @@ Package can be verified like this:
1717
- Use Chocolatey utility 'checksum.exe'
1818

1919
checksum32:
20-
checksum64: 111097DC04D107E1A88F9691C4744D0A180A264779297320321E1479705F4A60
20+
checksum64: 14143B2D35AF36E9940FB023B6542DAC1961EE4AAA3B0BCEC49DABA745C347AE
2121

2222
Using AU:
2323

loki/loki.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>loki</id>
77
<title>Loki</title>
8-
<version>3.4.0</version>
8+
<version>3.4.1</version>
99
<authors>Grafana team</authors>
1010
<owners>Miodrag Milic</owners>
1111
<summary>Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus</summary>
@@ -18,7 +18,7 @@ Unlike other logging systems, Loki is built around the idea of only indexing met
1818
<copyright>GrafanaLabs</copyright>
1919
<licenseUrl>https://github.com/grafana/loki/blob/master/LICENSE</licenseUrl>
2020
<requireLicenseAcceptance>false</requireLicenseAcceptance>
21-
<releaseNotes>https://github.com/grafana/loki/releases/tag/v3.4.0</releaseNotes>
21+
<releaseNotes>https://github.com/grafana/loki/releases/tag/v3.4.1</releaseNotes>
2222
<docsUrl>https://github.com/grafana/loki/blob/master/docs/README.md</docsUrl>
2323
<mailingListUrl>https://community.grafana.com/</mailingListUrl>
2424
<bugTrackerUrl>https://github.com/grafana/loki/issues</bugTrackerUrl>

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.41.0</version>
8+
<version>7.42.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.41.0</releaseNotes>
37+
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.42.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.41.0.exe'
14-
checksum = 'd6da77ba6d01aa4ef4687a1167e83f13537ba34dd56ab1385962d2ce8f6f28ee'
13+
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.42.0.exe'
14+
checksum = '7586ce602403f87d13ff0e0ee24c7584f435a2b79afa69c9849d561f9aa8d099'
1515
checksumType = 'sha256'
1616
silentArgs = '/S'
1717
validExitCodes = @(0)

0 commit comments

Comments
 (0)