Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 24, 2021
1 parent a177373 commit eaaece3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.28.21-nightly</version>
<version>1.28.26-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.21/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '77df402eb188311a99f2311ea488b07d8573db996b3fbb1f47be3dc67760f5d3'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.26/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9fe33eacb83b6f2181578c294e4171e7e33430fd4815f7a153ad94404073a421'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
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>13.21</version>
<version>13.22</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 = 'f3001cf9e524a606833f1636c8107c6b842dd67ea0ebc7f53a548871fa445a47'
$checksum = '364de985be28bcca864712da6fd34f49689148a2c89deabea70844469da6577e'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit eaaece3

Please sign in to comment.