Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly faceit
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Feb 26, 2021
1 parent 2d77bcb commit 7ba9123
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.23.2-nightly</version>
<version>1.23.5-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.23.2/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.23.4/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '3164007d9c8fc88d43109dbb4a38ec3515d16a360cebaa62a7de214add47d203'
$checksum64 = '4b104a89130584e20753d78560abb61fbf433347669ba834a5e95999f11f14ef'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.23.5/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.23.7/BraveBrowserSilentNightlySetup.exe'
$checksum32 = 'b03070331f43276176454f50ddf954b156121ae4b7f85f1f581a4b1398b8d7e4'
$checksum64 = '6b6dff9c2baef732cc1fc07e76c650b2701177baea2543af020904a42a66f175'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/faceit/Faceit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>faceit</id>
<version>1.28.1</version>
<version>1.28.2</version>
<title>Faceit</title>
<authors>Faceit</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/faceit/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe'
$checksum = '9aab5358b7ce2b72fc3e00c6949f4f9d60e4adcad095502acf252ccab4546b6c'
$checksum = '3b42ab8d0acf89907cbcc04610105e304d314798505342e63c024364eab10301'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 7ba9123

Please sign in to comment.