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 Jul 1, 2021
1 parent 5edfc1e commit 4d31c77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.28.37-nightly</version>
<version>1.28.39-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.28.37/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '3e504d6c0b33ec8ecc1930d21357800d31eddf4794180d9623a3646ef9d71eee'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.39/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '09ae61ae5d344de0c4ca1cdd0b81ad3bf4f30b8e18d46228e45db44441fc3e5b'
$checksumType32 = 'sha256'

$packageArgs = @{
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.2.5951-pre</version>
<version>2.5.2.5953-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.2.5951/Rubberduck.Setup.2.5.2.5951-pre.exe' # download url
$checksum = 'ef37da6078f07460cc373b1cb7bcf936cc9d8a9f7d1355fa15c94c95a961a6ff'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.5953/Rubberduck.Setup.2.5.2.5953-pre.exe' # download url
$checksum = '2a5f35c27e392bb92459500677d8fb0289ef7811d5f34c0aa84ecc24e03d4f68'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 4d31c77

Please sign in to comment.