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 Oct 4, 2020
1 parent 3161a75 commit fe63316
Show file tree
Hide file tree
Showing 5 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.17.9-nightly</version>
<version>1.17.11-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/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.17.9/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.9/BraveBrowserSilentNightlySetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.17.11/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.11/BraveBrowserSilentNightlySetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file = "$toolsPath\BraveBrowserSilentNightlySetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentNightlySetup.exe"
}
$version = '1.17.9-nightly'
$version = '1.17.11-nightly'
$version = $version.Split('-')[0]

[version]$softwareVersion = $version
Expand Down
4 changes: 2 additions & 2 deletions automatic/rubberduck/rubberduck.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rubberduck</id>
<version>2.5.1.5559</version>
<version>2.5.1.5585</version>
<title>rubberduck VBE addin</title>
<authors>Mathieu Guindon, Christopher McClellan</authors>
<owners>tunisiano</owners>
<licenseUrl>https://github.com/retailcoder/Rubberduck/blob/master/license</licenseUrl>
<projectUrl>https://github.com/retailcoder/Rubberduck/releases</projectUrl>
<iconUrl>https://camo.githubusercontent.com/95e9fbf01c8820ce762aadf56a7c002005e59a72/687474703a2f2f692e737461636b2e696d6775722e636f6d2f7461494d672e706e67</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@e13e68140db6d8c98f9cd774df5e199b27d26fe5/icons/rubberduck.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[## Rubberduck
Rubberduck is an add-in for the Microsoft Office Visual Basic Applications (VBA) editor (VBE).
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.5559/Rubberduck.Setup.2.5.1.5559-pre.exe' # download url
$checksum = 'd8b52305b8fd9d57dbbf3ff69db1d3dde1a3c4645f4c49efdbb21f18ecd06b71'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.1.5585/Rubberduck.Setup.2.5.1.5585-pre.exe' # download url
$checksum = '41552ad7d30091329a38fdfe0ab69a86b9ac37093c7fee98bca7c3f530d20f2a'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit fe63316

Please sign in to comment.