From 7107a7872671e08b22bad26505233bf3b7011840 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 21 Nov 2023 11:17:06 +0000 Subject: [PATCH] AU: 1 updated - barcode-to-pc-server [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/31716ab22ce74707817fb4d33a33f61ccc9671be --- automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec | 2 +- automatic/barcode-to-pc-server/legal/VERIFICATION.txt | 4 ++-- automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec b/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec index 3b4eff520..8ca8eea68 100644 --- a/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec +++ b/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.6.1 + 4.6.3 Maurice Kevenaar diff --git a/automatic/barcode-to-pc-server/legal/VERIFICATION.txt b/automatic/barcode-to-pc-server/legal/VERIFICATION.txt index 84cd8b303..58b5d0d2b 100644 --- a/automatic/barcode-to-pc-server/legal/VERIFICATION.txt +++ b/automatic/barcode-to-pc-server/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: A22520357B7D3FAF15E14860D8BF9F0CF2A175216B7269C3F59971D0347F7D57 + checksum32: C0D9E4A630A80621D76F3BDE3404A549B9C3540A31FD2034D76D15D3C89487EC File 'LICENSE.txt' is obtained from diff --git a/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 b/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 index 77b336eda..6b7848dd5 100644 --- a/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 +++ b/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\barcode-to-pc-server.v4.6.1.win.setup.exe" + file = "$toolsDir\barcode-to-pc-server.v4.6.3.win.setup.exe" silentArgs = '/S' softwareName = 'Barcode to PC server*' validExitCodes= @(0)