Skip to content

Commit

Permalink
AU: 1 updated - klog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2021
1 parent 1a33d58 commit 52590f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.4.7</version>
<version>1.6</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://mirrors.up.pt/pub/nongnu/klog/win/KLog-1.4.7-windows-installer.exe
x64: https://mirrors.up.pt/pub/nongnu/klog/win/KLog-1.4.7-windows-installer.exe
x32: https://github.com/ea4k/klog/releases/download/1.6/KLog-1.6-windows-installer.exe
x64: https://github.com/ea4k/klog/releases/download/1.6/KLog-1.6-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: 387B0A49FAD6F53DED5D74B6D02B48CD100B0556FBF02A69CAA61A22D3073C40
checksum64: 387B0A49FAD6F53DED5D74B6D02B48CD100B0556FBF02A69CAA61A22D3073C40
checksum32: 5A8822AA8BBBCFF524A729DFA0FFD4E8FBCBB1E5ED022988C387105CE9FC916F
checksum64: 5A8822AA8BBBCFF524A729DFA0FFD4E8FBCBB1E5ED022988C387105CE9FC916F

Using AU:

Get-RemoteChecksum https://mirrors.up.pt/pub/nongnu/klog/win/KLog-1.4.7-windows-installer.exe
Get-RemoteChecksum https://mirrors.up.pt/pub/nongnu/klog/win/KLog-1.4.7-windows-installer.exe
Get-RemoteChecksum https://github.com/ea4k/klog/releases/download/1.6/KLog-1.6-windows-installer.exe
Get-RemoteChecksum https://github.com/ea4k/klog/releases/download/1.6/KLog-1.6-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.4.7-windows-installer.exe"
file = "$ToolsDir\KLog-1.6-windows-installer.exe"
silentArgs = "--mode unattended"
}

Expand Down

0 comments on commit 52590f5

Please sign in to comment.