mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-29 16:31:31 +00:00
update get link
This commit is contained in:
parent
60029089d9
commit
09ef0b2c0f
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ class Controller
|
||||||
case '/dl/lbry_setup.sh':
|
case '/dl/lbry_setup.sh':
|
||||||
return ['internal/dl-not-supported', ['_no_layout' => true]];
|
return ['internal/dl-not-supported', ['_no_layout' => true]];
|
||||||
case '/lbry-osx-latest.dmg':
|
case '/lbry-osx-latest.dmg':
|
||||||
return static::redirect('https://github.com/lbryio/lbry/releases/download/v0.2.4/lbry.0.2.4.dmg', 307);
|
return static::redirect('https://github.com/lbryio/lbry/releases/download/v0.2.5/lbry.0.2.5.dmg', 307);
|
||||||
case '/lbry-linux-latest.deb':
|
case '/lbry-linux-latest.deb':
|
||||||
return static::redirect('https://github.com/lbryio/lbry/releases/download/v0.2.4/lbry_0.2.4_amd64.deb', 307);
|
return static::redirect('https://github.com/lbryio/lbry/releases/download/v0.2.5/lbry_0.2.5_amd64.deb', 307);
|
||||||
case '/art':
|
case '/art':
|
||||||
return static::redirect('/what');
|
return static::redirect('/what');
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue