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 Sep 20, 2022
1 parent d2c0891 commit cf252e9
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 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/6.2/6.2.2/zabbix_agent-6.2.2-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-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: d97b4b8aafc6fd8fd71ccb4dae774f93705b69e2701f4c3ed50b3c5ddb6358a1
checksum64: bf40fcbaad832fa77c9fb14649883e682b847ec738f615b35a848faef5366e10
checksum32: ab8554bdde2b402aa6001a89cb3894c8ae634d9299809c140f5e3a8bcf2570a9
checksum64: ff616596d23ba09702bd4d487747aeeeb641705599cf152b45e638a6ad498829

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-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 @@ -34,11 +34,11 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.2/zabbix_agent-6.2.2-windows-amd64-openssl.msi'
Checksum = 'd97b4b8aafc6fd8fd71ccb4dae774f93705b69e2701f4c3ed50b3c5ddb6358a1'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-amd64-openssl.msi'
Checksum = 'ab8554bdde2b402aa6001a89cb3894c8ae634d9299809c140f5e3a8bcf2570a9'
ChecksumType = 'sha256'
Checksum64 = 'bf40fcbaad832fa77c9fb14649883e682b847ec738f615b35a848faef5366e10'
Checksum64 = 'ff616596d23ba09702bd4d487747aeeeb641705599cf152b45e638a6ad498829'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.2",
"6.0": "6.0.8",
"5.0": "5.0.27",
"4.0": "4.0.43"
"5.0": "5.0.28",
"4.0": "4.0.44"
}
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>6.2.2</version>
<version>5.0.28</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/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
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-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: a1b8c902b4169eca98eb71db5e0c3d9b9490b6facb4ef28401dd9a0e9e5a3adb
checksum64: 218da52ee937472f4c6c65f69cef2075be4f381749de517913528889065dea45
checksum32: 9025f21c5abdc92ced17d69789ba979407326c2357e58bdd9f41d74a7fd58366
checksum64: 7884bf94b98117f025482f488100899c9e83fe47f2c1009d1a4e4b71560d97d2

Using AU:

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
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-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.2.2'
$version = '5.0.28'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$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'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.28/zabbix_agent-5.0.28-windows-amd64-openssl.zip'
$checksum = '9025f21c5abdc92ced17d69789ba979407326c2357e58bdd9f41d74a7fd58366'
$checksumType = 'sha256'
$checksum64 = '218da52ee937472f4c6c65f69cef2075be4f381749de517913528889065dea45'
$checksum64 = '7884bf94b98117f025482f488100899c9e83fe47f2c1009d1a4e4b71560d97d2'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.2",
"6.0": "6.0.8",
"5.0": "5.0.27",
"4.0": "4.0.43"
"5.0": "5.0.28",
"4.0": "4.0.44"
}
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.2.2</version>
<version>5.0.28</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 cf252e9

Please sign in to comment.