From 9b4d6a72e230e49becac6911c824d73a5d69b24c Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 15 Jan 2016 10:27:36 +0100 Subject: [PATCH] Update leveldb download URL in travis before_install script --- util/travis/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/travis/before_install.sh b/util/travis/before_install.sh index 698c76a..4613e73 100755 --- a/util/travis/before_install.sh +++ b/util/travis/before_install.sh @@ -13,6 +13,6 @@ sudo apt-get install cmake libgd2-noxpm-dev libsqlite3-dev \ p7zip-full # I love how nothing ever works correctly with precise -wget http://sfan5.pf-control.de/libleveldb-1.18-ubuntu12.04.7z +wget http://minetest.kitsunemimi.pw/libleveldb-1.18-ubuntu12.04.7z sudo 7z x -o/usr libleveldb-1.18-ubuntu12.04.7z