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 Oct 2, 2021
1 parent bbb1c62 commit a6d0f25
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.32.31-nightly</version>
<version>1.32.39-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.31/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e37718d31e76bd2393af8c90d6b3ce816f3d55099dc47163840c3687f8d6d580'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.39/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '4b0feb7236d875fb46347dbd4a8abd1d41089314ba9865b7410d3eb8030d9bda'
$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.41</version>
<version>6.7.3.43</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/090321/IDriveWinSetup.exe'
$checksum = '84bb74240d390ea23fc6efc91e8a20ed18dd6286f65bb75a4d5fe1df126e16bc'
$url = 'https://static.idriveonlinebackup.com/downloads/100121/IDriveWinSetup.exe'
$checksum = 'b5816a5532ae6955e95ff7490f5259b9c0de8475223e383b150b6a88a423969a'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit a6d0f25

Please sign in to comment.