Skip to content

Commit

Permalink
AU: 2 updated - klog slm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 19, 2022
1 parent e8c5950 commit 806f164
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/klog/klog.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>klog</id>
<version>1.8.7</version>
<version>1.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/klog</packageSourceUrl>
<owners>chtof</owners>
<title>KLog</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/klog/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Download:

x32: https://github.com/ea4k/klog/releases/download/1.8.7/KLog-1.8.7-windows-installer.exe
x64: https://github.com/ea4k/klog/releases/download/1.8.7/KLog-1.8.7-windows-installer.exe
x32: https://github.com/ea4k/klog/releases/download/1.9/KLog-1.9-windows-installer.exe
x64: https://github.com/ea4k/klog/releases/download/1.9/KLog-1.9-windows-installer.exe

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: F0D92B2EC50FFBFED3CD434D554E6B2124D380823DD88F3E48DF4D8ADAA34CF3
checksum64: F0D92B2EC50FFBFED3CD434D554E6B2124D380823DD88F3E48DF4D8ADAA34CF3
checksum32: D62921F8376FE33806CBCEC420AECD407CEE7B47C6E8260B1DCEBBD07586BEA6
checksum64: D62921F8376FE33806CBCEC420AECD407CEE7B47C6E8260B1DCEBBD07586BEA6

Using AU:

Get-RemoteChecksum https://github.com/ea4k/klog/releases/download/1.8.7/KLog-1.8.7-windows-installer.exe
Get-RemoteChecksum https://github.com/ea4k/klog/releases/download/1.8.7/KLog-1.8.7-windows-installer.exe
Get-RemoteChecksum https://github.com/ea4k/klog/releases/download/1.9/KLog-1.9-windows-installer.exe
Get-RemoteChecksum https://github.com/ea4k/klog/releases/download/1.9/KLog-1.9-windows-installer.exe

File 'LICENSE.txt' is obtained from:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
2 changes: 1 addition & 1 deletion automatic/klog/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KLog'
fileType = 'exe'
file = "$ToolsDir\KLog-1.8.7-windows-installer.exe"
file = "$ToolsDir\KLog-1.9-windows-installer.exe"
silentArgs = "--mode unattended"
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/slm/slm.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>slm</id>
<version>9.6.10</version>
<version>10.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/slm</packageSourceUrl>
<owners>chtof</owners>
<title>Softros LAN Messenger</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/slm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = 'MSI'

url = 'https://download.softros.com/SoftrosLANMessengerSetup.msi'
checksum = '91a1a4bd19fc04cb2e741b653315fd9171ebacb44acce4fcd68604d40965ca12'
checksum = 'cd8fc3d845f8c381cf50161b2a737f3aa96bbd6030700bc29ea42541256faa41'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 806f164

Please sign in to comment.