Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly idrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 3, 2021
1 parent bb5770a commit 2dc621e
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.48-nightly</version>
<version>1.28.50-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.48/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9b8a99965163edda30b6c2f58ecc32911a2c1be382add7ef579dc9bae623dae0'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.50/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '7e5caeebe24afe836712c4359d1b9eab99b221e2a11acd01b942f0a8e3e1dab9'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/idrive/idrive.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>idrive</id>
<version>6.7.3.36</version>
<version>6.7.3.37</version>
<title>idrive (Install)</title>
<authors>idrive.com</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/idrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://static.idriveonlinebackup.com/downloads/061521/IDriveWinSetup.exe'
$checksum = 'c5be6242211ee52c757de1568417641b0a5a38d299221468c9f15de6441d6944'
$url = 'https://static.idriveonlinebackup.com/downloads/070221/IDriveWinSetup.exe'
$checksum = '12ad87d9f265e061d37383ff4851d04cd4bdf4da72cf6a299a1a811ca0db97c9'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 2dc621e

Please sign in to comment.