From c6101fbb5aac9164456719c5a8c0367ddd45f419 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 2 Nov 2023 22:53:09 +0000 Subject: [PATCH] AU: 5 updated - 1remote dbeaver minify signal tagscanner [skip ci] https://gist.github.com/majkinetor/a700c70b8847b29ebb1c918d47ee4eb1/f51eda617ce9e5fa111cd7968f873ecd9ab72d71 --- 1remote/1remote.nuspec | 2 +- 1remote/legal/VERIFICATION.txt | 4 ++-- minify/legal/VERIFICATION.txt | 4 ++-- minify/minify.nuspec | 4 ++-- signal/signal.nuspec | 4 ++-- signal/tools/chocolateyInstall.ps1 | 4 ++-- tagscanner/legal/VERIFICATION.txt | 8 ++++---- tagscanner/tagscanner.nuspec | 2 +- tagscanner/tools/chocolateyInstall.ps1 | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/1remote/1remote.nuspec b/1remote/1remote.nuspec index f84a8cec..54280101 100644 --- a/1remote/1remote.nuspec +++ b/1remote/1remote.nuspec @@ -5,7 +5,7 @@ 1remote 1Remote - 1.0.0.20231031 + 1.0.0.20231102 1Remote Team Miodrag Milic Remote Access Session Manager diff --git a/1remote/legal/VERIFICATION.txt b/1remote/legal/VERIFICATION.txt index 9f7a9fa5..e4c8dcce 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.07-net6-x64-nightly-20231031-6d761c.zip + x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.0.0-beta.07-net6-x64-nightly-20231102-6fbf26.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: 52E17EF2F2D7E54B80CE6A2A6B5CC81125CDD4611C7F801E9C04239E4D3BEA00 + checksum64: 3708828BF8A49F5149C47A3CCD16E09A371A6C2EC86F62FF51D66F992D9D1E80 File 'license.txt' is obtained from: https://github.com/VShawn/PRemoteM/blob/dev/LICENSE diff --git a/minify/legal/VERIFICATION.txt b/minify/legal/VERIFICATION.txt index fe077d49..cc0a7dbc 100644 --- a/minify/legal/VERIFICATION.txt +++ b/minify/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://github.com/tdewolff/minify/releases/download/v2.20.5/minify_windows_amd64.zip + x64: https://github.com/tdewolff/minify/releases/download/v2.20.6/minify_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: 52A152F5E8950907987856075C4159F9597E942B60F3AFF12C38A47E6F2BAD97 + checksum64: 16716381EEA4124CA34AC13C2B65985621623DC34B467FAEDA189B3E3D79EB8A File 'license.txt' is obtained from: https://github.com/tdewolff/minify/blob/master/LICENSE diff --git a/minify/minify.nuspec b/minify/minify.nuspec index 8b04753a..03737f4e 100644 --- a/minify/minify.nuspec +++ b/minify/minify.nuspec @@ -5,7 +5,7 @@ minify Minify - 2.20.5 + 2.20.6 Taco de Wolff Miodrag Milic >Minify provides HTML5, CSS3, JS, JSON, SVG and XML minification @@ -16,7 +16,7 @@ Taco de Wolff and contributors https://github.com/tdewolff/minify/blob/master/LICENSE false - https://github.com/tdewolff/minify/releases/tag/v2.20.5 + https://github.com/tdewolff/minify/releases/tag/v2.20.6 https://github.com/tdewolff/minify#table-of-contents https://github.com/tdewolff/minify/issues https://go.tacodewolff.nl/minify diff --git a/signal/signal.nuspec b/signal/signal.nuspec index 1ce2994b..8498e776 100644 --- a/signal/signal.nuspec +++ b/signal/signal.nuspec @@ -5,7 +5,7 @@ signal Signal (Desktop) - 6.36.0 + 6.37.0 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.36.0 + https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.37.0 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 cd298b6e..c917af0f 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.36.0.exe' - checksum = 'a0a57c89858b2391791d6f381ff6f37c736a894438ce10fa8d5cd0731902c974' + url = 'https://updates.signal.org/desktop/signal-desktop-win-6.37.0.exe' + checksum = 'd5d0cf5315eef60590366f33e9469a575b25d00316e0f7910728a13ac68f795d' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/tagscanner/legal/VERIFICATION.txt b/tagscanner/legal/VERIFICATION.txt index f95b0349..c710294b 100644 --- a/tagscanner/legal/VERIFICATION.txt +++ b/tagscanner/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to https://www.xdlab.ru/en/download.htm - x32: https://www.xdlab.ru/files/tagscan-6.1.15-setup.exe - x64: https://www.xdlab.ru/files/tagscan-6.1.15_x64-setup.exe + x32: https://www.xdlab.ru/files/tagscan-6.1.16-setup.exe + x64: https://www.xdlab.ru/files/tagscan-6.1.16_x64-setup.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 36162D160A143E2A25ACB0A58A026BE5FD08759798D66114C0B946A1B09D99A6 - checksum64: E909EF4F725859D8CF415B905450EE06CDE61FE961CA8FA1A78CDED2812125C5 + checksum32: 0C6F9D147410EE06380DA1F38583F2A99B1EFAA56BF240B75B9500D08CDB5E5D + checksum64: C8E091BFE9A614F9D91536841423BEB5A6426A36DF22E74B4625AB3422AD5293 File 'license.txt' is obtained from local installation and converted to txt file: C:\Program Files (x86)\TagScanner\help\lic.html diff --git a/tagscanner/tagscanner.nuspec b/tagscanner/tagscanner.nuspec index 7677872c..c3da26ec 100644 --- a/tagscanner/tagscanner.nuspec +++ b/tagscanner/tagscanner.nuspec @@ -2,7 +2,7 @@ tagscanner - 6.1.15 + 6.1.16 TagScanner (Install) Sergey Serkov majkinetor, niks255 diff --git a/tagscanner/tools/chocolateyInstall.ps1 b/tagscanner/tools/chocolateyInstall.ps1 index 145905ae..a566911b 100644 --- a/tagscanner/tools/chocolateyInstall.ps1 +++ b/tagscanner/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'tagscanner' fileType = 'exe' - file = "$toolsPath\tagscan-6.1.15-setup.exe" - file64 = "$toolsPath\tagscan-6.1.15_x64-setup.exe" + file = "$toolsPath\tagscan-6.1.16-setup.exe" + file64 = "$toolsPath\tagscan-6.1.16_x64-setup.exe" silentArgs = "/VERYSILENT /NORESTART /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS" validExitCodes = @(0) softwareName = 'TagScanner *'