From 09ef0b2c0fa9af60f77ede559630b9908b6f0231 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 7 Jun 2016 05:09:47 -0400 Subject: [PATCH] update get link --- controller/Controller.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/Controller.class.php b/controller/Controller.class.php index a531d4ce..9ca262e9 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -67,9 +67,9 @@ class Controller case '/dl/lbry_setup.sh': return ['internal/dl-not-supported', ['_no_layout' => true]]; 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': - 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': return static::redirect('/what'); default: