Skip to content

Commit

Permalink
chocomilk: Update to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCircle-Choco-Bot committed Jun 26, 2024
1 parent fb07c75 commit bb572fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.7.4-1.msi'
$checksumPackage = '4c5cedc73b767e7db7a503e2640a8f64f3d17f1f7be1dbd2bba515c182dcca49556f71bad46c57c3dc2f3a660cb48ef6e2ebb8f7f1282660f4a5aaf39b57b2a2'
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.0-1.msi'
$checksumPackage = '1482387e577825e1baa1fa4b06e5fb7bacb737320d69bb0af0225967436f43e838170cd72f49b6806564d25768a4c65cd3b6abe52cb77a0a1a8c8d3e4b9ec3ab'

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

Expand Down
7 changes: 4 additions & 3 deletions package/wazuh-agent.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wazuh-agent</id>
<version>4.7.4</version>
<version>4.8.0</version>
<title>Wazuh Agent</title>
<authors>Wazuh Inc.</authors>
<owners>Open Circle AG, sbaerlocher, jlruizmlg</owners>
Expand Down Expand Up @@ -41,7 +41,8 @@ Installation with parameters.

```ps1
choco install wazuh-agent --params="'/Manager:192.168.1.5 /AgentName:Chocolatey'"
```</description>
```
</description>
<summary>Wazuh Agent</summary>
<releaseNotes>https://documentation.wazuh.com/current/release-notes/index.html</releaseNotes>
<copyright>Wazuh Inc.</copyright>
Expand Down

0 comments on commit bb572fb

Please sign in to comment.