mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
update dmg to 0.2.2
This commit is contained in:
parent
8f00ec2341
commit
9aed578651
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Controller
|
|||
case '/dl/lbry_setup.sh':
|
||||
return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307);
|
||||
case '/lbry-osx-latest.dmg':
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.1.dmg', 307);
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.2.dmg', 307);
|
||||
case '/lbry-linux-latest.deb':
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/linux/lbry_0.2.1_amd64.deb', 307);
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue