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 Sep 29, 2020
1 parent ab81303 commit a867173
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.0.3/zabbix_agent-5.0.3-windows-i386-openssl.msi
x64 url: https://www.zabbix.com/downloads/5.0.3/zabbix_agent-5.0.3-windows-amd64-openssl.msi
x32 url: https://www.zabbix.com/downloads/5.0.4/zabbix_agent-5.0.4-windows-i386-openssl.msi
x64 url: https://www.zabbix.com/downloads/5.0.4/zabbix_agent-5.0.4-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: b438c9237fe9743554d022fa8594304356b2549357f8313bbff7c70263aee8b3
checksum64: b67ec6066b96c3a81a40ef23e8e2a98552d1ab2cb84e1446a628fe2380b5d9c4
checksum32: ba56cdd15e3c9b9842b4ce1bba0ff455a493e5a317efe5ffc85c38ed123fc096
checksum64: d4ee9bd4227db76d569099010b1f6d6cfb079b5e35e636b8ff5d4cbc6afbadee

Using AU:

x32: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.3/zabbix_agent-5.0.3-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.3/zabbix_agent-5.0.3-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.4/zabbix_agent-5.0.4-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://www.zabbix.com/downloads/5.0.4/zabbix_agent-5.0.4-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.0.3/zabbix_agent-5.0.3-windows-i386-openssl.msi'
Url64bit = 'https://www.zabbix.com/downloads/5.0.3/zabbix_agent-5.0.3-windows-amd64-openssl.msi'
Checksum = 'b438c9237fe9743554d022fa8594304356b2549357f8313bbff7c70263aee8b3'
Url = 'https://www.zabbix.com/downloads/5.0.4/zabbix_agent-5.0.4-windows-i386-openssl.msi'
Url64bit = 'https://www.zabbix.com/downloads/5.0.4/zabbix_agent-5.0.4-windows-amd64-openssl.msi'
Checksum = 'ba56cdd15e3c9b9842b4ce1bba0ff455a493e5a317efe5ffc85c38ed123fc096'
ChecksumType = 'sha256'
Checksum64 = 'b67ec6066b96c3a81a40ef23e8e2a98552d1ab2cb84e1446a628fe2380b5d9c4'
Checksum64 = 'd4ee9bd4227db76d569099010b1f6d6cfb079b5e35e636b8ff5d4cbc6afbadee'
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,5 +1,5 @@
{
"5.0": "5.0.3",
"4.0": "4.0.24",
"5.0": "5.0.4",
"4.0": "4.0.25",
"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.0.3</version>
<version>5.0.4</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 a867173

Please sign in to comment.