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.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 24, 2021
1 parent 288403f commit 1596d70
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions zabbix-agent.install/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/5.2/5.2.6/zabbix_agent-5.2.6-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.6/zabbix_agent-5.2.6-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.msi

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: 4f39080414ff4de1e364c4af99dc58f3c75887e78fa8f928875839d5f2b3cf6c
checksum64: ffcd8bd2f3609fd542c591dc4e33dbf5ed6f9722382c125351b93a0fc7de6f74
checksum32: 83733b168c1add0cde140ef09c1d1b86a6c3332d8ee9f0f6962b639a2ebdcbaf
checksum64: 9dc35a86c4c0dc5bee476b8607095a8371676363e26e93fdf6b8cbdc2ac6c984

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.6/zabbix_agent-5.2.6-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.6/zabbix_agent-5.2.6-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.msi

8 changes: 4 additions & 4 deletions zabbix-agent.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ if ($TLSPSKVALUE -ne 0) { $SilentArgs += " TLSPSKVALUE=`"$TLSPSKVALUE`"" }
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.6/zabbix_agent-5.2.6-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.6/zabbix_agent-5.2.6-windows-amd64-openssl.msi'
Checksum = '4f39080414ff4de1e364c4af99dc58f3c75887e78fa8f928875839d5f2b3cf6c'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.msi'
Checksum = '83733b168c1add0cde140ef09c1d1b86a6c3332d8ee9f0f6962b639a2ebdcbaf'
ChecksumType = 'sha256'
Checksum64 = 'ffcd8bd2f3609fd542c591dc4e33dbf5ed6f9722382c125351b93a0fc7de6f74'
Checksum64 = '9dc35a86c4c0dc5bee476b8607095a8371676363e26e93fdf6b8cbdc2ac6c984'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"5.4": "5.3.0",
"5.4": "5.4.0",
"5.2": "5.2.6",
"5.0": "5.0.12",
"4.0": "4.0.31"
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent.install/zabbix-agent.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent.install</id>
<version>5.2.6</version>
<version>5.4.0</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent.install</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down

0 comments on commit 1596d70

Please sign in to comment.