Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
AU: 1 updated - zabbix-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 31, 2022
1 parent da22c04 commit a99b9ce
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions zabbix-agent/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.8/zabbix_agent-6.0.8-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.8/zabbix_agent-6.0.8-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-amd64-openssl.zip

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: ba61efafe4848a70a4c326d05f6eb7da0ed370ada8257a20c21c6f119f93358f
checksum64: 3a34f3e27c635389f75ff665dd38f065fc0006697b76961ffe92a3bb4753e487
checksum32: a1b8c902b4169eca98eb71db5e0c3d9b9490b6facb4ef28401dd9a0e9e5a3adb
checksum64: 218da52ee937472f4c6c65f69cef2075be4f381749de517913528889065dea45

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.8/zabbix_agent-6.0.8-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.8/zabbix_agent-6.0.8-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-amd64-openssl.zip

10 changes: 5 additions & 5 deletions zabbix-agent/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$version = '6.0.8'
$version = '6.2.2'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.8/zabbix_agent-6.0.8-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.8/zabbix_agent-6.0.8-windows-amd64-openssl.zip'
$checksum = 'ba61efafe4848a70a4c326d05f6eb7da0ed370ada8257a20c21c6f119f93358f'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-amd64-openssl.zip'
$checksum = 'a1b8c902b4169eca98eb71db5e0c3d9b9490b6facb4ef28401dd9a0e9e5a3adb'
$checksumType = 'sha256'
$checksum64 = '3a34f3e27c635389f75ff665dd38f065fc0006697b76961ffe92a3bb4753e487'
$checksum64 = '218da52ee937472f4c6c65f69cef2075be4f381749de517913528889065dea45'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.2": "6.2.0.20220831",
"6.2": "6.2.2",
"6.0": "6.0.8",
"5.0": "5.0.27",
"4.0": "4.0.43"
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent/zabbix-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent</id>
<version>6.0.8</version>
<version>6.2.2</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down

0 comments on commit a99b9ce

Please sign in to comment.