Skip to content

Commit

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

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

0 comments on commit b2f5e3a

Please sign in to comment.