From 12cd8192d192d79fb73619fa87ef928dcbf2795e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 11 Nov 2021 01:02:43 +0000 Subject: [PATCH] AU: 3 updated - influxdb2 rundeck signal [skip ci] https://gist.github.com/a700c70b8847b29ebb1c918d47ee4eb1/82cf2786520ab39b2030cb3bc5f64a999fada701 --- influxdb2/influxdb2.nuspec | 2 +- influxdb2/legal/VERIFICATION.txt | 4 ++-- rundeck/legal/VERIFICATION.txt | 4 ++-- rundeck/rundeck.nuspec | 4 ++-- signal/signal.nuspec | 4 ++-- signal/tools/chocolateyInstall.ps1 | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/influxdb2/influxdb2.nuspec b/influxdb2/influxdb2.nuspec index cdd34840..cd7d6d3f 100644 --- a/influxdb2/influxdb2.nuspec +++ b/influxdb2/influxdb2.nuspec @@ -5,7 +5,7 @@ influxdb2 InfluxDB - 2.1.0 + 2.1.1 InfluxData Miodrag Milic Scalable datastore for metrics, events, and real-time analytics diff --git a/influxdb2/legal/VERIFICATION.txt b/influxdb2/legal/VERIFICATION.txt index 5c9727b7..c11ddf3f 100644 --- a/influxdb2/legal/VERIFICATION.txt +++ b/influxdb2/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://dl.influxdata.com/influxdb/releases/influxdb2-2.1.0-windows-amd64.zip + x64: https://dl.influxdata.com/influxdb/releases/influxdb2-2.1.1-windows-amd64.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: F9FAED2F433139042AE90AB6DFAEDA8BF24D04C7BB946F0848964A94D906C26C + checksum64: 912FF645A20EA7623F453B76AF32D26B6A2160E6AC7FA0AC60E67C8D80C8A0DF File 'license.txt' is obtained from: diff --git a/rundeck/legal/VERIFICATION.txt b/rundeck/legal/VERIFICATION.txt index bc73720c..b8535855 100644 --- a/rundeck/legal/VERIFICATION.txt +++ b/rundeck/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-3.4.5-20211018.war/artifacts/rundeck-3.4.5-20211018.war/download + x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-3.4.6-20211110.war/artifacts/rundeck-3.4.6-20211110.war/download to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: AC3D68367F7182E91E0724BD108C3C8B33602C9A272778AF92D5B4240D70997D + checksum32: A5F1C28956B0458134E86E8DA494FFF3D18B89B6E939F8B0171DA0B27B0C1F63 File 'license.txt' is obtained from: https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE diff --git a/rundeck/rundeck.nuspec b/rundeck/rundeck.nuspec index dfaa2ab7..61d68403 100644 --- a/rundeck/rundeck.nuspec +++ b/rundeck/rundeck.nuspec @@ -5,7 +5,7 @@ rundeck Rundeck - 3.4.5 + 3.4.6 Rundeck, Inc. Miodrag Milic Job scheduler and runbook automation. Enable self-service access to existing scripts and tools. @@ -75,7 +75,7 @@ cinst rundeck --params $params https://github.com/rundeck/rundeck/blob/master/LICENSE false https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/rundeck/icon.png - https://www.rundeck.com/community-downloads/3.4.5 + https://www.rundeck.com/community-downloads/3.4.6 http://rundeck.org/docs.html https://github.com/rundeck/rundeck/issues https://github.com/rundeck/rundeck diff --git a/signal/signal.nuspec b/signal/signal.nuspec index 9bd69c5f..be046dbc 100644 --- a/signal/signal.nuspec +++ b/signal/signal.nuspec @@ -5,7 +5,7 @@ signal Signal (Desktop) - 5.23.0 + 5.23.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/v5.23.0 + https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.23.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 0e73ca7f..756ee6de 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-5.23.0.exe' - checksum = 'e2003cfde31d3528e8d94db2ae2339faff00f8783c4feca290c258f9c63b7638' + url = 'https://updates.signal.org/desktop/signal-desktop-win-5.23.1.exe' + checksum = '5a665e198bb3bcc40975c150d9652cd182f41f237cd4dc61fa203b8f9970a5c5' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)