Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly electron odrive sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 24, 2021
1 parent b64f511 commit aa4d35b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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.24.11-nightly</version>
<version>1.24.14-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/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.24.11/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.24.12/BraveBrowserSilentNightlySetup.exe'
$checksum32 = 'bdf28f3fae5d4e21d9fb936e57cdd3ceaba9fad0149f53d020680740984d78de'
$checksum64 = 'd3e4cb9836192be6e28bcabcac0eb468a3392751cc284bc131fa2d6f25ff6407'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.24.14/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.24.16/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '24a4c3913698d4d83df0940e94463d23d6cca220992d669f7db3fb26bce76026'
$checksum64 = '00bd83579f716e10643ca790989d2e5218cf624bd83f576b7d0a4d2a672a1081'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>12.0.1</version>
<version>12.0.2</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v12.0.1/electron-v12.0.1-win32-ia32.zip'
$checksum = 'f8079c52456edc68226a741be8115a9bc670716a2a89d06c11bdb78085df9abb'
$url = 'https://github.com/electron/electron/releases/download/v12.0.2/electron-v12.0.2-win32-ia32.zip'
$checksum = 'f7ed2e1e13b78d0ea8c806992a4d844740e54854d835fb42ac105376bf1fdcea'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v12.0.1/electron-v12.0.1-win32-x64.zip'
$checksum64 = 'a4db9a7402672954fde07dee11cb0fd0609ff238fe671620f45d7b875ea436b5'
$url64 = 'https://github.com/electron/electron/releases/download/v12.0.2/electron-v12.0.2-win32-x64.zip'
$checksum64 = '234bf89cf5a1763ead9ca5eb397426e2ccb080232d96353985db72cfefba1557'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.6895</version>
<version>1.6452.0.6897</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = '0d53fbc2e8a7e3571a9cbda89201f2d0234b9eabce30f6cf76ae49fe17cfbe0d'
$checksum = 'f8aeb964b284126863fc273090f8f50ff389142f2865668e132b464ff73890f4'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
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.01</version>
<version>13.02</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 = '113ac251472e6648dc99c31e5a9d5babf448b40a9aa71881b2ea2bc169e122d0'
$checksum = '38b9e6d6ffa787c4eb7f96d501c251556f524b8b0c94d37c9a21d97bbe07faa9'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit aa4d35b

Please sign in to comment.