Skip to content

Commit

Permalink
AU: 1 updated - sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Nov 14, 2023
1 parent b97a7c0 commit 492cb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/sysmon/sysmon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysmon</id>
<title>Sysmon</title>
<version>15.1</version>
<version>15.11</version>
<authors>Mark Russinovich</authors>
<owners>tunisiano</owners>
<summary>Monitors and reports key system activity via the Windows event log</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysmon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://download.sysinternals.com/files/Sysmon.zip'
$checksum = '07494561f31ca00975b3f677e7d061d0a823bb63ded56cf163528c8a6aeb9216'
$checksum = '2582f5823c2dce5ca80e43ed4e52708aa87f39a022c1740ef05663329ad4bb06'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 492cb55

Please sign in to comment.