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 Jul 2, 2021
1 parent 4d31c77 commit bb5770a
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.28.39-nightly</version>
<version>1.28.48-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.39/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '09ae61ae5d344de0c4ca1cdd0b81ad3bf4f30b8e18d46228e45db44441fc3e5b'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.48/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9b8a99965163edda30b6c2f58ecc32911a2c1be382add7ef579dc9bae623dae0'
$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.1.4</version>
<version>13.1.5</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.1.4/electron-v13.1.4-win32-ia32.zip'
$checksum = 'd2c796d5c26600c912275e806310b93f5efdf22ce56edab20bc99d074a50dd6e'
$url = 'https://github.com/electron/electron/releases/download/v13.1.5/electron-v13.1.5-win32-ia32.zip'
$checksum = 'b1836924b5de90b6db5fdd6d8524d3f09dd4aecddbcee04d0395c058a840efd8'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.4/electron-v13.1.4-win32-x64.zip'
$checksum64 = 'f8cedd695273292a07f32149224b1a88609e81865c83f04a2655a602b4dfd346'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.5/electron-v13.1.5-win32-x64.zip'
$checksum64 = '91563f4c4f8ddf782cbb1317df799e393d22034f0c848317692e5dec83d5be62'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit bb5770a

Please sign in to comment.