Skip to content

Commit

Permalink
AU: 2 updated - lbry odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Feb 27, 2021
1 parent 7ba9123 commit 2304ef7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lbry</id>
<version>0.49.4</version>
<version>0.49.5</version>
<owners>tunisiano</owners>
<title>lbry (Install)</title>
<authors>lbry.com</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lbry/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.49.4/LBRY_0.49.4.exe'
$checksum = '6e369d9d353d81d15f645cae79c77f921fd3e47b19fd0e023357843b68b2d8c2'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.49.5/LBRY_0.49.5.exe'
$checksum = '7439ea591c09045a75dff99186ab0210dc8c24e7025cb5cce963a45f1ee2c1a4'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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.6879</version>
<version>1.6452.0.6881</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 = 'c4bc27e0117e188c879fdb742e8575952dd24000f65b7d3a2c5ecaf6b1e671b6'
$checksum = '6b096e3455b02bb65d8047855dda65c580623a9aa03fc272644874ae115fed7e'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 2304ef7

Please sign in to comment.