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 Sep 1, 2021
1 parent 789d21d commit 34a59c6
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.31.8-nightly</version>
<version>1.31.12-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.31.8/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '6ba63bad46b5cc353143b6e366ed6b0fd1ab59407a8788667c99bb24d95f3603'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.12/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b0c5a9f6241c8cd4aa81c3a4e8b0997fc655d14d66c2a2ffaf13d4bf54108687'
$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.39</version>
<version>6.7.3.40</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/081121/IDriveWinSetup.exe'
$checksum = '037a4c536efdfbf6897688525d5e73b0de54fbea486d2076f5b32cd547f92bc5'
$url = 'https://static.idriveonlinebackup.com/downloads/083021/IDriveWinSetup.exe'
$checksum = 'a0b5e075aadfbad45d6782e4d8b13bd5032680c0bede9c1c82b0a0d4aefd5a59'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 34a59c6

Please sign in to comment.