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 Jan 12, 2021
1 parent f5c8b77 commit 9db2213
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.20.70-nightly</version>
<version>1.20.72-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave-nightly/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.20.70/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.70/BraveBrowserSilentNightlySetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.20.72/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.73/BraveBrowserSilentNightlySetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: @{Algorithm=SHA256; Hash=5F3FA8D811840527EBE324FB24F78956C4306714A7E3134B255F37A0E880A025; Path=C:\projects\chocolatey-packages\automatic\brave-nightly\tools\BraveBrowserSilentNightlySetup32.exe}
checksum64: @{Algorithm=SHA256; Hash=47B497410D4611DC4FD8F124110A6F163AF80AA8F3B4ECC446BED7F8E0FCEDDC; Path=C:\projects\chocolatey-packages\automatic\brave-nightly\tools\BraveBrowserSilentNightlySetup.exe}
checksum32: @{Algorithm=SHA256; Hash=3116A31C0A63808E36201A2E9DF28940EC6A621D64A53FC973BBD016AD8F4AEE; Path=C:\projects\chocolatey-packages\automatic\brave-nightly\tools\BraveBrowserSilentNightlySetup32.exe}
checksum64: @{Algorithm=SHA256; Hash=59D563CD7820C63E85C3C1D2C71318D65E095C93F063934FC25BB81CE7C016C7; Path=C:\projects\chocolatey-packages\automatic\brave-nightly\tools\BraveBrowserSilentNightlySetup.exe}

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file = "$toolsPath\BraveBrowserSilentNightlySetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentNightlySetup.exe"
}
$version = '1.20.70-nightly'
$version = '1.20.72-nightly'
$version = $version.Split('-')[0]

[version]$softwareVersion = $version
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>12.03</version>
<version>13.00</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 = 'f72d45bf9ca463e5102209685f643d6a60a9434ceb99461f9a2ea86613591146'
$checksum = 'ebe8637f3bf3832ddb1435194bb6019f64126932d25311c8cc842a369a8c8664'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 9db2213

Please sign in to comment.