Skip to content

Commit

Permalink
Update travis-install-sdl2.sh to download 2.0.9 tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Manorhos committed Dec 12, 2018
1 parent 2590b13 commit a5bf3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-install-sdl2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -xueo pipefail

wget https://www.libsdl.org/release/SDL2-2.0.8.tar.gz -O sdl2.tar.gz
wget https://www.libsdl.org/release/SDL2-2.0.9.tar.gz -O sdl2.tar.gz
tar xzf sdl2.tar.gz
pushd SDL2-* && ./configure && make && sudo make install && popd
wget -q https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
Expand Down

0 comments on commit a5bf3db

Please sign in to comment.