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 Jun 3, 2021
1 parent 11cbe47 commit 9f9ca6b
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.27.34-nightly</version>
<version>1.27.37-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.27.34/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c8f3e7e3d9b078aee529dd18a57992b9e89aa30d172a971f0fe9cb0b11e9c022'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.27.37/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'f906a34ae184cee8c942554c8a91db7aa025e57883336ef3e30af7187e12d128'
$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>13.0.1</version>
<version>13.1.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/v13.0.1/electron-v13.0.1-win32-ia32.zip'
$checksum = 'e031e2b2ac7f1a4b9d0026648f57897543f24106e333aa83c25911e88cbc38e8'
$url = 'https://github.com/electron/electron/releases/download/v13.1.0/electron-v13.1.0-win32-ia32.zip'
$checksum = '6d5f27c483874fd2f399e1cd66fbdd1764df71181fdf40fbf7541c6ce5fec0ee'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v13.0.1/electron-v13.0.1-win32-x64.zip'
$checksum64 = 'e97a7ed8d07a42c0f18b35831c82932143c4d2bf2cc19ed90a2eefabd6bebfad'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.0/electron-v13.1.0-win32-x64.zip'
$checksum64 = 'dea5e784471828dedb294801f0d35a11459b2a940b6b60ed80c2c19eccd4d8f2'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 9f9ca6b

Please sign in to comment.