From 95c5552a2730c6554ba2ac8c459b0e576f7d0d43 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 24 May 2021 16:26:11 +0000 Subject: [PATCH] AU: 1 updated - zabbix-agent [skip ci] https://gist.github.com/5c9c192f36d8829a12f5c0018e999dd4 --- zabbix-agent/legal/VERIFICATION.txt | 12 ++++++------ zabbix-agent/tools/chocolateyInstall.ps1 | 10 +++++----- zabbix-agent/zabbix-agent.json | 8 ++++---- zabbix-agent/zabbix-agent.nuspec | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/zabbix-agent/legal/VERIFICATION.txt b/zabbix-agent/legal/VERIFICATION.txt index 89c7a77..e7ac4d2 100644 --- a/zabbix-agent/legal/VERIFICATION.txt +++ b/zabbix-agent/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-i386-openssl.zip - x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-amd64-openssl.zip + x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.zip + x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.zip to download the installer. @@ -16,11 +16,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 340071d82d61fd0e7566b2533b3329bcd5b6daaffa56d91623bbc4269d0ccab4 - checksum64: c7490ed55c45187b15fa9aeb883e1cabb933e091f4d7bf96abed7ddd327d3c29 + checksum32: b33e4bac8b7dbd9457c2e7ffb679444439aba63f99a9b8a0aa0844212ea69c67 + checksum64: 4b26be87dedf054c87e7aa87775bfab700cc5c92050a46c7a88f4467517e98b1 Using AU: - x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-i386-openssl.zip - x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-amd64-openssl.zip + x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.zip + x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.zip diff --git a/zabbix-agent/tools/chocolateyInstall.ps1 b/zabbix-agent/tools/chocolateyInstall.ps1 index 603fed2..606d28a 100644 --- a/zabbix-agent/tools/chocolateyInstall.ps1 +++ b/zabbix-agent/tools/chocolateyInstall.ps1 @@ -1,11 +1,11 @@ -$version = '3.0.32' +$version = '5.4.0' $id = 'zabbix-agent' $title = 'Zabbix Agent' -$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-i386-openssl.zip' -$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-amd64-openssl.zip' -$checksum = '340071d82d61fd0e7566b2533b3329bcd5b6daaffa56d91623bbc4269d0ccab4' +$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.zip' +$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.zip' +$checksum = 'b33e4bac8b7dbd9457c2e7ffb679444439aba63f99a9b8a0aa0844212ea69c67' $checksumType = 'sha256' -$checksum64 = 'c7490ed55c45187b15fa9aeb883e1cabb933e091f4d7bf96abed7ddd327d3c29' +$checksum64 = '4b26be87dedf054c87e7aa87775bfab700cc5c92050a46c7a88f4467517e98b1' $checksumType64 = 'sha256' $configDir = Join-Path $env:PROGRAMDATA 'zabbix' diff --git a/zabbix-agent/zabbix-agent.json b/zabbix-agent/zabbix-agent.json index 7da33fd..1bb5033 100644 --- a/zabbix-agent/zabbix-agent.json +++ b/zabbix-agent/zabbix-agent.json @@ -1,6 +1,6 @@ { - "5.4": "5.3.0", - "5.2": "5.2.5", - "5.0": "5.0.9", - "4.0": "4.0.29" + "5.4": "5.4.0", + "5.2": "5.2.6", + "5.0": "5.0.12", + "4.0": "4.0.31" } diff --git a/zabbix-agent/zabbix-agent.nuspec b/zabbix-agent/zabbix-agent.nuspec index bc2c353..9e47ca5 100644 --- a/zabbix-agent/zabbix-agent.nuspec +++ b/zabbix-agent/zabbix-agent.nuspec @@ -4,7 +4,7 @@ zabbix-agent - 3.0.32 + 5.4.0 https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent Jamie Scott