Skip to content

Commit

Permalink
chocomilk: Update to 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCircle-Choco-Bot committed Nov 5, 2024
1 parent d40e26f commit 9e20a82
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.9.1-1.msi'
$checksumPackage = '60c63cce3ad0f383c48857fe87d1170ee47dc663e9846ed8d116d1877d99bf9fe057e27c6d43a2de41a23c497ca9b99851ac60f3bdd36427c5da305e90bf22cf'
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.9.2-1.msi'
$checksumPackage = '190a728ce21819d937fb4e1ccd987fa2bc9176a500d24c53e39fd2064dcadcb3aadac79f993bcb64debb4522fbc7f4bae6084752f58be5f0309f53c36e0c2433'

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.9.1</version>
<version>4.9.2</version>
<title>Wazuh Agent</title>
<authors>Wazuh Inc.</authors>
<copyright>Wazuh Inc.</copyright>
Expand Down

0 comments on commit 9e20a82

Please sign in to comment.