Skip to content

Commit

Permalink
AU: 2 updated - boinc brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 19, 2021
1 parent 934292e commit cd7bb98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/boinc/boinc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>boinc</id>
<version>7.16.11</version>
<version>7.16.20</version>
<title>BOINC</title>
<authors>University of California</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/boinc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S /v/qn'
$url = 'https://boinc.berkeley.edu/dl/boinc_7.16.16_windows_x86_64.exe'
$checksum = '4542e15073b7bd27c08ab0e9d8238c83e49980c94e4b34ebde07d6b5d7246bec'
$url = 'https://boinc.berkeley.edu/dl/boinc_7.16.20_windows_x86_64.exe'
$checksum = '576c19f22dff08b675033f001cfb8917207aad93c8726831c3a21b2e08b0900b'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
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.14-nightly</version>
<version>1.33.18-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.14/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '5f5f3f4874cb8b8ae118f012c9434c57a3f1ae025126cf59c9ceef75bd88fc55'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.33.18/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'df228ea2a07265f1dee968e47af6f61365020c8faca0c6fd7e83e990af36556e'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit cd7bb98

Please sign in to comment.