Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly electron rubberduck
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 22, 2021
1 parent d72926d commit f5500e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.32.7-nightly</version>
<version>1.32.9-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.32.7/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9172eb8987c0ad1ad92570dd35b8742bb997ffdc4c1876e1f36bb4cb7ecd8c3d'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.9/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '67ff5033a85479ce6ee6b2ffc591778991efc4178ada80818b29400c6db80ffa'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>14.0.0</version>
<version>15.0.0</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v14.0.0/electron-v14.0.0-win32-ia32.zip'
$checksum = 'e2a5f203ca7a3155824891c4d93bcc09621269c62338d561d0fb678b91e7c237'
$url = 'https://github.com/electron/electron/releases/download/v15.0.0/electron-v15.0.0-win32-ia32.zip'
$checksum = '5b69112b91010d78abf6012f387ea3fe5c0e36657c5f386a4c2bb42138aa1a8e'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v14.0.0/electron-v14.0.0-win32-x64.zip'
$checksum64 = 'b558ddb2d9423f1fe5efee58a4a7b32954a71a53462d26e4f4c9e2b115c243bb'
$url64 = 'https://github.com/electron/electron/releases/download/v15.0.0/electron-v15.0.0-win32-x64.zip'
$checksum64 = '3d95422d9f2fccb07b745b31007548231d80ff63e3640f49a5f8591498a3afa2'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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.5958-pre</version>
<version>2.5.2.5963-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.5958/Rubberduck.Setup.2.5.2.5958-pre.exe' # download url
$checksum = 'c7b090195d227d33e7dc437bbd8a4c5d539cabbe3af2ff95bf2a99c2866a6545'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.5963/Rubberduck.Setup.2.5.2.5963-pre.exe' # download url
$checksum = '89be60a0b26e0a45dfafd11b27c33f5b76dea60aed996516522c8e00aaca0164'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f5500e0

Please sign in to comment.