Skip to content

Commit

Permalink
AU: 1 updated - brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 18, 2021
1 parent 3b5d086 commit 934292e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11-nightly</version>
<version>1.33.14-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.11/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'ba111f577ed27c7ef1d1cf61dadbdde644033fbdbb22297371103819ca1e4d84'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.33.14/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '5f5f3f4874cb8b8ae118f012c9434c57a3f1ae025126cf59c9ceef75bd88fc55'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 934292e

Please sign in to comment.