Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Nov 24, 2020
1 parent 962d079 commit c153d52
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.19.26-nightly</version>
<version>1.19.30-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.19.26/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.26/BraveBrowserSilentNightlySetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.19.30/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.30/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.19.26-nightly'
$version = '1.19.30-nightly'
$version = $version.Split('-')[0]

[version]$softwareVersion = $version
Expand Down
4 changes: 2 additions & 2 deletions 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.6781</version>
<version>1.6452.0.6785</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand All @@ -17,7 +17,7 @@ universal sync client. It makes any cloud storage unified, synchronized, shareab
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>universal sync client. It makes any cloud storage unified, synchronized, shareable, and encrypted.</summary>
<copyright>Copyright 2017, ODrive Inc.</copyright>
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 = 'd98dd8eb989e2517cc522166ec60b9c98683e38c1cf2cb2dba4de7f3ba361789'
$checksum = '41ff3cfdc81696aacadd95ad19c224c228f2fa47a284e8d90ccfecad480cc269'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit c153d52

Please sign in to comment.