Skip to content

Commit

Permalink
AU: 1 updated - idrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 22, 2023
1 parent dd99c73 commit 0fe61c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4.46</version>
<version>6.7.4.47</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/061623/IDriveWinSetup.exe'
$checksum = '2cfa5095b21a26e1a53c4dd57467606f1a8cba500f9d0ade01f407b63a5f908f'
$url = 'https://static.idriveonlinebackup.com/downloads/092123/IDriveWinSetup.exe'
$checksum = '71318d550af27c69423887b8c1db01e949fa445f7e7702164cc2989d6ad7af6e'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 0fe61c4

Please sign in to comment.