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 Sep 20, 2021
1 parent 4d3a3b2 commit 83b5d4c
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.32.2-nightly</version>
<version>1.32.3-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.32.2/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'a5717b504da2beef81ea2b82dece07f5a9daa6b0884f4fc4e7777868a1392245'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.3/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '5d2eabc63545ed90f2279471e68fd9a3b18cbd0e89211dab6849efc247b87631'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 83b5d4c

Please sign in to comment.