Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly electron
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 15, 2021
1 parent a190c80 commit 7110f33
Show file tree
Hide file tree
Showing 4 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.33.6-nightly</version>
<version>1.33.9-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.33.6/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '3e30da3db6c8a81faeb56108e6f485774a79fcde0713567e4530919b14ad6162'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.33.9/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e83ab1555316f990685b88ff4ffe07fd10652f8a8c564f1e84bcb165a6d7dcda'
$checksumType32 = 'sha256'

$packageArgs = @{
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>15.1.1</version>
<version>15.2.0</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/v15.1.1/electron-v15.1.1-win32-ia32.zip'
$checksum = 'c2318f81d01186a927098ff01ced556e8677329ae137d2c3549344823af857d1'
$url = 'https://github.com/electron/electron/releases/download/v15.2.0/electron-v15.2.0-win32-ia32.zip'
$checksum = '9ecfe2b9124dc72eef7bbdfaa9e5af119e9a7d946d25915974a62e44bac347aa'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v15.1.1/electron-v15.1.1-win32-x64.zip'
$checksum64 = 'd781380ff7f0d2305587a405b18fb117c3bcfe7fa97942052c4857ed06632fce'
$url64 = 'https://github.com/electron/electron/releases/download/v15.2.0/electron-v15.2.0-win32-x64.zip'
$checksum64 = '43d1a0d9d9419110bbb6801cfd3f1c1c79fcfbfed3c3ad074e1fdf35cc4f874c'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 7110f33

Please sign in to comment.