diff --git a/loki/legal/VERIFICATION.txt b/loki/legal/VERIFICATION.txt index d05880ca..0d32d0f2 100644 --- a/loki/legal/VERIFICATION.txt +++ b/loki/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: - x64: https://github.com/grafana/loki/releases/download/v2.9.1/loki-windows-amd64.exe.zip + x64: https://github.com/grafana/loki/releases/download/v2.9.2/loki-windows-amd64.exe.zip to download the installer. @@ -17,7 +17,7 @@ Package can be verified like this: - Use Chocolatey utility 'checksum.exe' checksum32: - checksum64: D0B1A61223EB46A3ECA215DA1C87537D1BF25D75AF26F42BDF5228D2542458F6 + checksum64: 0EE591E72053501105F0B4BB28F82A3DC3F644B9C6D2410E2E3F9BE90CCC7AC4 Using AU: diff --git a/loki/loki.nuspec b/loki/loki.nuspec index 752641bf..cf3e614d 100644 --- a/loki/loki.nuspec +++ b/loki/loki.nuspec @@ -5,7 +5,7 @@ loki Loki - 2.9.1 + 2.9.2 Grafana team Miodrag Milic Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus @@ -18,7 +18,7 @@ Unlike other logging systems, Loki is built around the idea of only indexing met GrafanaLabs https://github.com/grafana/loki/blob/master/LICENSE false - https://github.com/grafana/loki/releases/tag/v2.9.1 + https://github.com/grafana/loki/releases/tag/v2.9.2 https://github.com/grafana/loki/blob/master/docs/README.md https://community.grafana.com/ https://github.com/grafana/loki/issues diff --git a/signal/signal.nuspec b/signal/signal.nuspec index b6b09dee..827282d7 100644 --- a/signal/signal.nuspec +++ b/signal/signal.nuspec @@ -5,7 +5,7 @@ signal Signal (Desktop) - 6.34.0 + 6.34.1 Open Whisper Systems Miodrag Milic Fast, simple, secure. Privacy that fits in your pocket @@ -34,7 +34,7 @@ http://www.gnu.org/licenses/gpl-3.0.html false https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/signal/icon.png - https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.34.0 + https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.34.1 https://www.signal.org/docs https://github.com/WhisperSystems/Signal-Desktop/issues https://github.com/WhisperSystems/Signal-Desktop diff --git a/signal/tools/chocolateyInstall.ps1 b/signal/tools/chocolateyInstall.ps1 index 13c6c1fd..ffc9dd40 100644 --- a/signal/tools/chocolateyInstall.ps1 +++ b/signal/tools/chocolateyInstall.ps1 @@ -10,8 +10,8 @@ Set-AutoUpdate -Enable $packageArgs = @{ packageName = 'signal' fileType = 'EXE' - url = 'https://updates.signal.org/desktop/signal-desktop-win-6.34.0.exe' - checksum = '4c7dc19c4cf30f9a9eb30c274a84334b8fe03b50d7a39ea282faa049470716f9' + url = 'https://updates.signal.org/desktop/signal-desktop-win-6.34.1.exe' + checksum = '2284e6736390e7355da027ab1b4b5cc7d7b24f32b9eb99ff296ec576d49ab5ba' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)