Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly rubberduck
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Feb 11, 2021
1 parent 8fb81c6 commit 406f4a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.22.13-nightly</version>
<version>1.22.16-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.22.13/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.22.15/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '2a127c4c6f4c51092a406ea926437ea6138f8c9fe24f196fff7038dfdd6b93eb'
$checksum64 = '1fd7b0b9f6f07893b3f2595a86c1467f692309f6946a6764935cc6564b6bd5d2'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.22.16/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.22.16/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '1b2dca471fc2bf435a0339180736e9daf1d7a514b29239b589c2669ba82c1c83'
$checksum64 = '27a44f7d17f6ec98e94cd32c3d6bb7b89f9646f12571e24e5fd2e0c1bf16138d'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/rubberduck/rubberduck.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>rubberduck</id>
<version>2.5.1.5704-pre</version>
<version>2.5.1.5707-pre</version>
<title>rubberduck VBE addin</title>
<authors>Mathieu Guindon, Christopher McClellan</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rubberduck/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.1.5704/Rubberduck.Setup.2.5.1.5704-pre.exe' # download url
$checksum = '07c9c7822d6950e816c1c09788b152e52e0c8d99c44b77a7acc8f86ad35a048b'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.1.5707/Rubberduck.Setup.2.5.1.5707-pre.exe' # download url
$checksum = '1a24696241557e3689b9f96ab5deb046a14ef200d9e0f5add97ac4580fb6144f'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 406f4a3

Please sign in to comment.