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)