Skip to content

Commit

Permalink
chocomilk: Update to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCircle-Choco-Bot committed Oct 31, 2023
1 parent a17d25a commit 0955d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$PackageParameters = Get-PackageParameters

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.5.4-1.msi'
$checksumPackage = '5166fd3db5cd473738e4d8b85bbd64ec1342ed1eb49c9b1e0aae28a2183ef80c669be2c3f4fb1ef0ca21846908fccc345456bb1ca8f081e4b45344bd4a46d937'
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.6.0-1.msi'
$checksumPackage = '67ba49cb437187ede2788024ac04429850aec484bde811b763dda9969741abc9549e3aae2b383a455b7587b2c09103e143990feee36ac44236df1d952ef3e22e'

Import-Module -Name "$($toolsDir)\helpers.ps1"

Expand Down
2 changes: 1 addition & 1 deletion package/wazuh-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>wazuh-agent</id>
<title>Wazuh Agent</title>
<version>4.5.4</version>
<version>4.6.0</version>
<authors>Wazuh Inc.</authors>
<owners>Open Circle AG, sbaerlocher, jlruizmlg</owners>
<packageSourceUrl>https://github.com/open-circle-ltd/chocolatey.wazuh-agent</packageSourceUrl>
Expand Down

0 comments on commit 0955d93

Please sign in to comment.