From ca7f6e58f0fe58c924863a128b985ed1e26cd19a Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 26 Jun 2018 12:35:02 +0200 Subject: [PATCH] Hardcore download URL of wut. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3516ab4..ffafa78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,7 @@ before_install: fi - yes | sudo dkp-pacman -Syu devkitPPC --needed - yes | sudo dkp-pacman -Syu general-tools --needed -- wut_url="$(curl -s https://api.github.com/repos/decaf-emu/wut/releases/latest | grep 'browser_' | grep 'linux' | cut -d\" -f4)" -- wget $wut_url +- wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta/wut.linux64.7z install: - 7z x -y $(ls | grep "linux") -o${WUT_ROOT} - cd $PORTLIBREPOS