Skip to content

Commit

Permalink
AU: 1 updated - ossec-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Jan 22, 2025
1 parent 55cb121 commit df607cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/ossec-agent/ossec-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>3.7.0.24343</version>
<version>3.8.0.35114</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/ossec-agent</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ossec-agent/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
installerType = 'exe'
url = 'https://updates.atomicorp.com/channels/atomic/windows/ossec-agent-win32-3.7.0-24343.exe'
checksum = '862b31fd64c70c760278a0d5408032e26dc6814a1ae24d64b5f3ae0ee2b343a4'
url = 'https://updates.atomicorp.com/channels/atomic/windows/ossec-agent-win32-3.8.0-35114.exe'
checksum = 'f8108a8f655c962d462acf31997868bb4d95c9f022309eb27c4df5abbf75597a'
checksumType = 'SHA256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit df607cf

Please sign in to comment.