Skip to content

Commit

Permalink
AU: 2 updated - tagscanner trid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 12, 2024
1 parent 4a70db9 commit c5f351e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions tagscanner/legal/VERIFICATION.txt
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.16-setup.exe
x64: https://www.xdlab.ru/files/tagscan-6.1.16_x64-setup.exe
x32: https://www.xdlab.ru/files/tagscan-6.1.17-setup.exe
x64: https://www.xdlab.ru/files/tagscan-6.1.17_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: 0C6F9D147410EE06380DA1F38583F2A99B1EFAA56BF240B75B9500D08CDB5E5D
checksum64: C8E091BFE9A614F9D91536841423BEB5A6426A36DF22E74B4625AB3422AD5293
checksum32: E3E31766A8E9E04A2B140C18E9A43F0E8AB9DB3F4C90DF1FF69889571AFE5509
checksum64: 791AF1100CA13609F0CC7E7EBE5C57116F1CE408E0353988FCEB9F62A4E86343

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
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tagscanner</id>
<version>6.1.16</version>
<version>6.1.17</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
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'tagscanner'
fileType = 'exe'
file = "$toolsPath\tagscan-6.1.16-setup.exe"
file64 = "$toolsPath\tagscan-6.1.16_x64-setup.exe"
file = "$toolsPath\tagscan-6.1.17-setup.exe"
file64 = "$toolsPath\tagscan-6.1.17_x64-setup.exe"
silentArgs = "/VERYSILENT /NORESTART /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS"
validExitCodes = @(0)
softwareName = 'TagScanner *'
Expand Down
2 changes: 1 addition & 1 deletion trid/legal/VERIFICATION.txt
Expand Up @@ -17,6 +17,6 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum_trid: EA7F82363912F5B3C79217BA8716425EC3F2514887F788DCD5A2821D0B1FC83F
checksum_triddefs: 2F6355390C343C7AA777F178C2A310D7B702C33EE248E532D4BE565815B3B113
checksum_triddefs: AF1C0A4B9914878AEA58BEB5E19ED53BB34863F6B5F1C1285885EFE2277CFB3F

File 'readme.txt' with license is obtained from the trid_w32.zip file.
4 changes: 2 additions & 2 deletions trid/trid.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>trid</id>
<title>TrID - File Identifier</title>
<version>2.24.20240408</version>
<version>2.24.20240411</version>
<authors>Marco Pontello</authors>
<owners>Miodrag Milić</owners>
<summary>TrID is an utility designed to identify file types from their binary signatures</summary>
Expand All @@ -29,7 +29,7 @@ Because TrID uses an expandable database it will never be out of date. As new fi
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/trid/icon.jpg</iconUrl>
<!--<dependencies>-->
<!--</dependencies>-->
<releaseNotes>https://mark0.net/forum/index.php?topic=1016.msg3948#msg3948</releaseNotes>
<releaseNotes>https://mark0.net/forum/index.php?topic=1016.msg3951#msg3951</releaseNotes>
<mailingListUrl>http://mark0.net/forum/index.php?board=6.0</mailingListUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/trid</packageSourceUrl>
</metadata>
Expand Down

0 comments on commit c5f351e

Please sign in to comment.