Skip to content

Commit

Permalink
AU: 2 updated - die loghx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 4, 2023
1 parent 9d1112b commit 41f1aa6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/die/die.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>die</id>
<version>3.06</version>
<version>3.07</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/die</packageSourceUrl>
<owners>chtof</owners>
<title>Detect It Easy</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/die/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/horsicq/DIE-engine/releases/download/3.06/die_win32_portable_3.06.zip
x64: https://github.com/horsicq/DIE-engine/releases/download/3.06/die_win64_portable_3.06.zip
x32: https://github.com/horsicq/DIE-engine/releases/download/3.07/die_win32_portable_3.07.zip
x64: https://github.com/horsicq/DIE-engine/releases/download/3.07/die_win64_portable_3.07.zip

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

checksum type: sha256
checksum32: E1481992BA3EBDB52E36B82BEE870E6F105648A906758DE9A4A3FC75E0DF4BEE
checksum64: F1F075145A7B5EE8556DBF8A66C4E64E6B7EFF71BCFEAED669F8F8471862FAC9
checksum32: C7F16841DF475D6F09D37CF745804C866C823876C4605B5958376402CBB64ECA
checksum64: 3450169643BE76484AC4BD5E1473F6F4745D9825C8A07255A3925A4A6E8BAD7E

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/horsicq/Detect-It-Easy/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/die/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath -ea 0 }
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\die_win32_portable_3.06.zip"
file64 = "$toolsDir\die_win64_portable_3.06.zip"
file = "$toolsDir\die_win32_portable_3.07.zip"
file64 = "$toolsDir\die_win64_portable_3.07.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/loghx/loghx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>loghx</id>
<version>0.0.0.707</version>
<version>0.0.0.715</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/loghx</packageSourceUrl>
<owners>chtof</owners>
<title>LogHX</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/loghx/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'http://rx4hx.qrz.ru/files/loghx/LogHX3Setup_build_707.exe'
checksum = '4d8e918a41d0468a063990050436544645217ece19ba06c2d891cefccb0624a8'
url = 'http://rx4hx.qrz.ru/files/loghx/LogHX3Setup_build_715.exe'
checksum = '94b7da21bac99497d60ec7a12a49bf07bca43737b94de486a3c97dbe2ecaeece'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit 41f1aa6

Please sign in to comment.