Skip to content

Commit

Permalink
AU: 1 updated - odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 18, 2020
1 parent 0b985b9 commit bea3962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6702</version>
<version>1.6452.0.6705</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 = 'b9c65b0245ccd845ef44b3af5710d4f4e2c31fbe2c9af14efa4e6002fdba43a7'
$checksum = '308a0f2aed3fb460b845c5ab46db1eb73353e21f0bc6468b5b5f22afdcb435f7'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit bea3962

Please sign in to comment.