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 Aug 14, 2021
1 parent 8601409 commit 75fbb81
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.30.19-nightly</version>
<version>1.30.22-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.30.19/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'bec22eb159d2cb062ea01bd1da36a9cd30fbd414422fe0985b139a393d3e2a6c'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.30.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'bbfbe031a53ef8cc6b88fe6897baf532b96c38953c697b8566b028ea4feeee2b'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 75fbb81

Please sign in to comment.