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

Commit

Permalink
AU: 2 updated - zabbix-agent zabbix-agent.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 28, 2021
1 parent 1660e3d commit 20392aa
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 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.4/5.4.1/zabbix_agent-5.4.1-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-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: e37892b21e54bc995b86c3c891e1b0491bbfa92c5fbcf67597644838c8493014
checksum64: 7bb1317197901031b5a2ca17ea623f480a20414da897caadb01dc5a9c9983cc5
checksum32: a7b409bab3835a21bf42db5754c955b8c21e254223cfa608a8da4d84e7a91d42
checksum64: 8ddda81e3e4377c2431716ea33c4216c17962e9117ff7bbcf79f79dd9067d8f8

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-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.4/5.4.1/zabbix_agent-5.4.1-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-amd64-openssl.msi'
Checksum = 'e37892b21e54bc995b86c3c891e1b0491bbfa92c5fbcf67597644838c8493014'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-amd64-openssl.msi'
Checksum = 'a7b409bab3835a21bf42db5754c955b8c21e254223cfa608a8da4d84e7a91d42'
ChecksumType = 'sha256'
Checksum64 = '7bb1317197901031b5a2ca17ea623f480a20414da897caadb01dc5a9c9983cc5'
Checksum64 = '8ddda81e3e4377c2431716ea33c4216c17962e9117ff7bbcf79f79dd9067d8f8'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
8 changes: 4 additions & 4 deletions zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"5.4": "5.4.1",
"5.2": "5.2.6",
"5.0": "5.0.12",
"4.0": "4.0.31"
"5.4": "5.4.2",
"5.2": "5.2.7",
"5.0": "5.0.13",
"4.0": "4.0.32"
}
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.4.1</version>
<version>5.4.2</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent.install</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
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/5.4/5.4.1/zabbix_agent-5.4.1-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.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: 0c4fb8127ff49974fea74f518de4fdc32826c0a419095a77d7385e96a1e5a199
checksum64: a1f0d82af054c77293b26858d1e217b665794ae7ac9019322ec9d6e5429af55c
checksum32: 4d247a92ba7b8eb433f03b4093d8a8fca36c50865a2f403800c0609a4f1ecc91
checksum64: 954429f4e93e5cf68c36c45164480229f602960fff8753dcb931366d2efa3919

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.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 = '5.4.1'
$version = '5.4.2'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.1/zabbix_agent-5.4.1-windows-amd64-openssl.zip'
$checksum = '0c4fb8127ff49974fea74f518de4fdc32826c0a419095a77d7385e96a1e5a199'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.2/zabbix_agent-5.4.2-windows-amd64-openssl.zip'
$checksum = '4d247a92ba7b8eb433f03b4093d8a8fca36c50865a2f403800c0609a4f1ecc91'
$checksumType = 'sha256'
$checksum64 = 'a1f0d82af054c77293b26858d1e217b665794ae7ac9019322ec9d6e5429af55c'
$checksum64 = '954429f4e93e5cf68c36c45164480229f602960fff8753dcb931366d2efa3919'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
8 changes: 4 additions & 4 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"5.4": "5.4.1",
"5.2": "5.2.6",
"5.0": "5.0.12",
"4.0": "4.0.31"
"5.4": "5.4.2",
"5.2": "5.2.7",
"5.0": "5.0.13",
"4.0": "4.0.32"
}
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>5.4.1</version>
<version>5.4.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 20392aa

Please sign in to comment.