Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly electron odrive rubberduck
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 5, 2021
1 parent 0ed8063 commit dbb1c08
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.40-nightly</version>
<version>1.32.43-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.40/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'bb08a5ae993085a37c05ee96528989e65838ce7c6dc0e0322b022e68172954c3'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.43/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '26076e9eea37e3f7773975f1ae3c663162bffc5c51b4d92cf98ac2753b3667a2'
$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>15.0.0</version>
<version>15.1.1</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/v15.0.0/electron-v15.0.0-win32-ia32.zip'
$checksum = '5b69112b91010d78abf6012f387ea3fe5c0e36657c5f386a4c2bb42138aa1a8e'
$url = 'https://github.com/electron/electron/releases/download/v15.1.1/electron-v15.1.1-win32-ia32.zip'
$checksum = 'c2318f81d01186a927098ff01ced556e8677329ae137d2c3549344823af857d1'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v15.0.0/electron-v15.0.0-win32-x64.zip'
$checksum64 = '3d95422d9f2fccb07b745b31007548231d80ff63e3640f49a5f8591498a3afa2'
$url64 = 'https://github.com/electron/electron/releases/download/v15.1.1/electron-v15.1.1-win32-x64.zip'
$checksum64 = 'd781380ff7f0d2305587a405b18fb117c3bcfe7fa97942052c4857ed06632fce'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.7032</version>
<version>1.6452.0.7053</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = '05db525180c6d6d62d968ca16637839282760cd0eff152e5b3b7f2f4fa7a252a'
$checksum = 'e701de36755894ce0a689b184f2fa5e16bbfb13232b70fe3299cb935f18bfd44'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(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.5971-pre</version>
<version>2.5.2.5973-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.5971/Rubberduck.Setup.2.5.2.5971-pre.exe' # download url
$checksum = '3fad46002442cd4cca5c8fb14eb3007c6a869f52fa9f31ffca5ae66ca7ce93fb'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.5973/Rubberduck.Setup.2.5.2.5973-pre.exe' # download url
$checksum = 'a78eeb3791e5f57a7ec68d91e3cced7a9a76b75ca087b522a4ecb95a27e1843d'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit dbb1c08

Please sign in to comment.