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 Nov 30, 2020
1 parent 6d509ff commit 4e30e4f
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 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://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-i386-openssl.msi
x64 url: https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-amd64-openssl.msi
x32 url: https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-i386-openssl.msi
x64 url: https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-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: 58206913b0f332128637012f0223e98ca8aeba61c4fd37bc828a7633587b1971
checksum64: e3fff7775fa66869c73d888b63ef279f1ee29be211b25ef149d23f683dd9a3a4
checksum32: aceebf6ae0f5efccc7a45c42fb5d4c6bcdd683f1a2fcfe7ace4f9407b1bf9f50
checksum64: 6baea7609b1d26d5a8dcbeaedf6d6dd1870e18a4f00b7df851c9619758ababe5

Using AU:

x32: Get-RemoteChecksum https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-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://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-i386-openssl.msi'
Url64bit = 'https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-amd64-openssl.msi'
Checksum = '58206913b0f332128637012f0223e98ca8aeba61c4fd37bc828a7633587b1971'
Url = 'https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-i386-openssl.msi'
Url64bit = 'https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-amd64-openssl.msi'
Checksum = 'aceebf6ae0f5efccc7a45c42fb5d4c6bcdd683f1a2fcfe7ace4f9407b1bf9f50'
ChecksumType = 'sha256'
Checksum64 = 'e3fff7775fa66869c73d888b63ef279f1ee29be211b25ef149d23f683dd9a3a4'
Checksum64 = '6baea7609b1d26d5a8dcbeaedf6d6dd1870e18a4f00b7df851c9619758ababe5'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
6 changes: 3 additions & 3 deletions zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"5.2": "5.2.0",
"5.0": "5.0.5",
"4.0": "4.0.26",
"5.2": "5.2.0",
"5.0": "5.0.6",
"4.0": "4.0.27",
"3.0": "3.0.31"
}
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.0</version>
<version>5.0.6</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://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-i386-openssl.zip
x64 url: https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-amd64-openssl.zip
x32 url: https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-i386-openssl.zip
x64 url: https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-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: bf7ece486ee8f70c5c9795676ff74712fe7cbcb8b7a23979027212aeafe38331
checksum64: 0b87a7cf937c083b0ade8c1ab52a9c2fcd8700cd41dfc634c1443993f667ab6c
checksum32: e5ef1a614d79ad762fd7686dec5cdb395c1a5598a0a892b3e5602c38be0bedd5
checksum64: 7280946c64be8df7b8985c5d78b156947746f8ca88c33c4cee5ebc235261e2f0

Using AU:

x32: Get-RemoteChecksum https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-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.2.0'
$version = '5.0.6'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-i386-openssl.zip'
$url64 = 'https://www.zabbix.com/downloads/5.2.0/zabbix_agent-5.2.0-windows-amd64-openssl.zip'
$checksum = 'bf7ece486ee8f70c5c9795676ff74712fe7cbcb8b7a23979027212aeafe38331'
$url = 'https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-i386-openssl.zip'
$url64 = 'https://www.zabbix.com/downloads/5.0.6/zabbix_agent-5.0.6-windows-amd64-openssl.zip'
$checksum = 'e5ef1a614d79ad762fd7686dec5cdb395c1a5598a0a892b3e5602c38be0bedd5'
$checksumType = 'sha256'
$checksum64 = '0b87a7cf937c083b0ade8c1ab52a9c2fcd8700cd41dfc634c1443993f667ab6c'
$checksum64 = '7280946c64be8df7b8985c5d78b156947746f8ca88c33c4cee5ebc235261e2f0'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
6 changes: 3 additions & 3 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"5.2": "5.2.0",
"5.0": "5.0.5",
"4.0": "4.0.26",
"5.2": "5.2.0",
"5.0": "5.0.6",
"4.0": "4.0.27",
"3.0": "3.0.31"
}
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.2.0</version>
<version>5.0.6</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 4e30e4f

Please sign in to comment.