Skip to content

Commit

Permalink
chocomilk: Update to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCircle-Choco-Bot committed Sep 7, 2024
1 parent b2f5e3a commit 487d456
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.8.2-1.msi'
$checksumPackage = '51b8ec374af454c2b02cf59200d9bc220060b475b74c8e38e273d7872614a8cf3fe2969f879838c81f355e0fa4eacede2be20b35447e6115ad1cfb1c7cd06e98'
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.9.0-1.msi'
$checksumPackage = '9f9c77d3033d4eb5ea9668456cdbaccc03f840b1b89821b6a3d02bb72f1d4aa5787f94e4f92c726547f1f01f494ddf190605eb5aa8fdcd2c0a878856ccf51ff4'

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 @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wazuh-agent</id>
<version>4.8.2</version>
<version>4.9.0</version>
<title>Wazuh Agent</title>
<authors>Wazuh Inc.</authors>
<copyright>Wazuh Inc.</copyright>
Expand Down

0 comments on commit 487d456

Please sign in to comment.