diff --git a/1remote/1remote.nuspec b/1remote/1remote.nuspec index 7e3bfe4f..cc6b01d2 100644 --- a/1remote/1remote.nuspec +++ b/1remote/1remote.nuspec @@ -5,7 +5,7 @@ 1remote 1Remote - 1.0.0.20230902 + 1.0.0.20230907 1Remote Team Miodrag Milic Remote Access Session Manager diff --git a/1remote/legal/VERIFICATION.txt b/1remote/legal/VERIFICATION.txt index 04c0ca2f..2fabf7c3 100644 --- a/1remote/legal/VERIFICATION.txt +++ b/1remote/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.0.0-beta.06-net6-x64-nightly-20230902-432047.zip + x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.0.0-beta.06-net6-x64-nightly-20230907-aff53f.zip to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 912A3142C73C8445E5B0B08BB7E2E2C8EE9BA6B72DFAE63035FCDC11CD5FFA7E + checksum64: E98DBAF7174697B4263E70A06372190DF872FA166972AA667DE37D5D49B56134 File 'license.txt' is obtained from: https://github.com/VShawn/PRemoteM/blob/dev/LICENSE diff --git a/loki/legal/VERIFICATION.txt b/loki/legal/VERIFICATION.txt index 30db2b1f..ddb77efb 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.8.4/loki-windows-amd64.exe.zip + x64: https://github.com/grafana/loki/releases/download/v2.9.0/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: BEDC147CA163044C1EB491BEA69EA756E695B392DF02F2F30A09F13D27E51276 + checksum64: F4FF2C8EAADA92598F3AB9AB8CC589A11E7C9273DA5915CEF5A879D5C18EE4A8 Using AU: diff --git a/loki/loki.nuspec b/loki/loki.nuspec index de0e57cf..4af907ba 100644 --- a/loki/loki.nuspec +++ b/loki/loki.nuspec @@ -5,7 +5,7 @@ loki Loki - 2.8.4 + 2.9.0 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.8.4 + https://github.com/grafana/loki/releases/tag/v2.9.0 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 34a60087..35d9350e 100644 --- a/signal/signal.nuspec +++ b/signal/signal.nuspec @@ -5,7 +5,7 @@ signal Signal (Desktop) - 6.30.0 + 6.30.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.30.0 + https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.30.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 f814fae9..cb8c4fc5 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.30.0.exe' - checksum = 'ec2691921ffeb567c44ea4d0f4091e0612f077314e0b892bd90fb6d30ba4b861' + url = 'https://updates.signal.org/desktop/signal-desktop-win-6.30.1.exe' + checksum = '0165fdd1a969a84bdb22f59e691711e3cfbf141555cb13eb8939ebd6608f5f4c' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)