Skip to content

Commit b338731

Browse files
committed
1 parent 7ffe34b commit b338731

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

automatic/brave-nightly/brave-nightly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>brave-nightly</id>
6-
<version>1.89.25-nightly</version>
6+
<version>1.89.38-nightly</version>
77
<title>Brave Browser (Nightly)</title>
88
<authors>Brave Software Inc.</authors>
99
<owners>tunisiano</owners>

automatic/brave-nightly/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
33
. $toolsPath\helpers.ps1
44

55
$packageName = $env:ChocolateyPackageName
6-
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.89.25/BraveBrowserStandaloneSilentNightlySetup.exe'
7-
$checksum32 = '76f211a29db17e211d6b6b9a95e7fc2a7258a5cb9f56c8804cbbe1188686526f'
6+
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.89.38/BraveBrowserStandaloneSilentNightlySetup.exe'
7+
$checksum32 = 'e5dfdad2fe0abb8d058c6dec5bf3361ec5655762121809f1d0a26af64c664ffd'
88
$checksumType32 = 'sha256'
99

1010
$packageArgs = @{

automatic/electron/electron.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>electron</id>
66
<title>Electron</title>
7-
<version>40.4.0</version>
7+
<version>40.4.1</version>
88
<authors>GitHub Inc</authors>
99
<owners>tunisiano</owners>
1010
<summary>Build cross platform desktop apps with web technologies</summary>

automatic/electron/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$ErrorActionPreference = 'Stop'
22
$packageName = $env:ChocolateyPackageName
3-
$url = 'https://github.com/electron/electron/releases/download/v40.4.0/electron-v40.4.0-win32-ia32.zip'
4-
$checksum = '51e31ea43289065f81d29e213c919e46332d4aa77510b24f8df18d387a5ee248'
3+
$url = 'https://github.com/electron/electron/releases/download/v40.4.1/electron-v40.4.1-win32-ia32.zip'
4+
$checksum = 'f71303567f6ceb1e5bac051660c32c12475b5452de7088cf7b0332449415acec'
55
$checksumType = 'sha256'
6-
$url64 = 'https://github.com/electron/electron/releases/download/v40.4.0/electron-v40.4.0-win32-x64.zip'
7-
$checksum64 = 'd3f15c97ba68dad570d10b139f4bf11b5b58efbc8409f2ffda310990a5a329a6'
6+
$url64 = 'https://github.com/electron/electron/releases/download/v40.4.1/electron-v40.4.1-win32-x64.zip'
7+
$checksum64 = '19ecb4cbfad11276ca65fe6a5d911d2d5f9fadc29608af015c164ead13380354'
88
$checksumType64 = 'sha256'
99
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
1010

0 commit comments

Comments
 (0)