Skip to content

Commit

Permalink
AU: 4 updated - powertoys zabbix-agent zabbix-agent.install zabbix-ag…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 21, 2024
1 parent fce3a71 commit 419ffe5
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/powertoys/powertoys.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.80.1</version>
<version>0.81.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Microsoft</owners>
<!-- ============================== -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/powertoys/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = "0.80.1"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.80.1/PowerToysSetup-0.80.1-x64.exe'
$checksum64 = '62373a08bb8e1c1173d047509f3ea5dcc0be1845787e07bcda3f6a09da2a0c17'
$version = "0.81.0"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.81.0/PowerToysSetup-0.81.0-x64.exe'
$checksum64 = '29f151b01fe3c94d4fd75f2d6e8f09a6c0f0962385b83a5a733f6717312f639d'

$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
Expand Down
12 changes: 6 additions & 6 deletions automatic/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.4/6.4.15/zabbix_agent-6.4.15-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent-6.4.15-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-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: 678C905A934E9912AEA7E22C336C1BB553187C9CDFE191CE9724EDFA92D6FC38
checksum64: 7E8DC14B763F282DADF0EF22B29FDFB697D55DD8F6CA303CC984A71A5B4F6F3B
checksum32: 91BE7D01B4361B1D75DDBEE0BD7D19FE05145C560C5B81F9E769B998E1CFB3B2
checksum64: 7CA960CE63A70802305C67FD8B0C48751E567607B18279B036DF6E168F56F37D

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent-6.4.15-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent-6.4.15-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-windows-amd64-openssl.msi

4 changes: 2 additions & 2 deletions automatic/zabbix-agent.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
file = "$toolsDir\zabbix_agent-6.4.15-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.4.15-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent-6.0.30-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.0.30-windows-amd64-openssl.msi"
softwareName = "Zabbix Agent *"

SilentArgs = $SilentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/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.9",
"6.0": "6.0.29",
"6.0": "6.0.30",
"5.0": "5.0.42",
"4.0": "4.0.50",
"4.2": "4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion automatic/zabbix-agent.install/zabbix-agent.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.4.15</version>
<version>6.0.30</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
12 changes: 6 additions & 6 deletions automatic/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.4/6.4.15/zabbix_agent-6.4.15-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent-6.4.15-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-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: D4055A30270AF88B712051E9D0B0812DB16A3E17DF2B8C799D09B00E563EAF27
checksum64: C420FACE93DC3E88E5DC80D299364DEF387F500882D1DE02345B66E6A263893E
checksum32: FF76CB5E54F98B02797CCCDEFC685238E6B7D1727A7C56049326F276E03DAFA2
checksum64: BAC2CACA2733D4C887A3ABFFC568BA3FFAE7A5949507C8FAB0286EF85F782FF2

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent-6.4.15-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent-6.4.15-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent-6.0.30-windows-amd64-openssl.zip

6 changes: 3 additions & 3 deletions automatic/zabbix-agent/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop';
$version = '6.4.15'
$version = '6.0.30'
$title = 'Zabbix Agent'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand All @@ -19,8 +19,8 @@ $service = Get-WmiObject -Class Win32_Service -Filter "Name=`'$title`'"
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
unzipLocation = $tempDir
file = "$toolsDir\zabbix_agent-6.4.15-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.4.15-windows-amd64-openssl.zip"
file = "$toolsDir\zabbix_agent-6.0.30-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.0.30-windows-amd64-openssl.zip"
}

try {
Expand Down
2 changes: 1 addition & 1 deletion automatic/zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.9",
"6.0": "6.0.29",
"6.0": "6.0.30",
"5.0": "5.0.42",
"4.0": "4.0.50",
"4.4": "4.4.9",
Expand Down
2 changes: 1 addition & 1 deletion automatic/zabbix-agent/zabbix-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.4.15</version>
<version>6.0.30</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
12 changes: 6 additions & 6 deletions automatic/zabbix-agent2/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.4/6.4.15/zabbix_agent2-6.4.15-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent2-6.4.15-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent2-6.0.30-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent2-6.0.30-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: 284288AA762A186FE56F1E99344AF52A656D86F021CBA96CEE5869D77D330A20
checksum64: 1FD1A476FFC7A3154C941C860AA6F413F350A9C774F809A1E64D9E58E94EE20D
checksum32: 0779DE1C0777774445178E272328D68440E7A274792C7BA754C0BA0B6A2AF984
checksum64: F67754B697DE711A22FA6F381655F00603D57FABA1FBEE8834632E594872F18A

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent2-6.4.15-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.15/zabbix_agent2-6.4.15-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent2-6.0.30-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.30/zabbix_agent2-6.0.30-windows-amd64-openssl.msi

4 changes: 2 additions & 2 deletions automatic/zabbix-agent2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
file = "$toolsDir\zabbix_agent2-6.4.15-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.4.15-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent2-6.0.30-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.0.30-windows-amd64-openssl.msi"
softwareName = "Zabbix Agent *"

SilentArgs = $SilentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.9",
"6.0": "6.0.29",
"6.0": "6.0.30",
"5.0": "5.0.42",
"5.2": "5.2.7",
"5.4": "5.4.12",
Expand Down
2 changes: 1 addition & 1 deletion automatic/zabbix-agent2/zabbix-agent2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.4.15</version>
<version>6.0.30</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 419ffe5

Please sign in to comment.