Skip to content

Commit

Permalink
AU: 1 updated - tagscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2020
1 parent 60811bb commit dc89cc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions tagscanner/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.2-setup.exe
x64: https://www.xdlab.ru/files/tagscan-6.1.2_x64-setup.exe
x32: https://www.xdlab.ru/files/tagscan-6.1.5-setup.exe
x64: https://www.xdlab.ru/files/tagscan-6.1.5_x64-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: B669D70CED370CF1043E4D82D44EF93E13B70F3F5D0FE84EE745F267EAAC63CB
checksum64: 7EED4E4DF48A4D31EEEA42A9F3E0C79C315055E6E02D933EEAC57552E0F27A5B
checksum32: 2F888164AC6AA07B7A694619A5C4200FC775CD7DCBFAF8C9B7F72706F1E84116
checksum64: F5FC4BFD73A330055A19D863470640FC3D73840D1D77DD451D0F9A91DF07C5F3

File 'license.txt' is obtained from local installation and converted to txt file:
C:\Program Files (x86)\TagScanner\help\lic.html
2 changes: 1 addition & 1 deletion tagscanner/tagscanner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tagscanner</id>
<version>6.1.2</version>
<version>6.1.5</version>
<title>TagScanner (Install)</title>
<authors>Sergey Serkov</authors>
<owners>majkinetor, niks255</owners>
Expand Down
4 changes: 2 additions & 2 deletions tagscanner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'tagscanner'
fileType = 'exe'
file = "$toolsPath\tagscan-6.1.2-setup.exe"
file64 = "$toolsPath\tagscan-6.1.2_x64-setup.exe"
file = "$toolsPath\tagscan-6.1.5-setup.exe"
file64 = "$toolsPath\tagscan-6.1.5_x64-setup.exe"
silentArgs = "/VERYSILENT /NORESTART /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS"
validExitCodes = @(0)
softwareName = 'TagScanner *'
Expand Down

0 comments on commit dc89cc4

Please sign in to comment.