mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
bump linux deb
This commit is contained in:
parent
acebabe526
commit
166ed9f4eb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Controller
|
|||
case '/lbry-osx-latest.dmg':
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.3.dmg', 307);
|
||||
case '/lbry-linux-latest.deb':
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/linux/lbry_0.2.2_amd64.deb', 307);
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/linux/lbry_0.2.3_amd64.deb', 307);
|
||||
case '/art':
|
||||
return static::redirect('/what');
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue