mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Download Boost from SourceForge via HTTPS.
This commit is contained in:
@@ -16,7 +16,7 @@ function isLibraryMissing {
|
||||
if isLibraryMissing; then
|
||||
cd ~
|
||||
|
||||
wget http://downloads.sourceforge.net/project/boost/boost/1.61.0/${BOOST_BASENAME}.tar.bz2
|
||||
wget https://downloads.sourceforge.net/project/boost/boost/1.61.0/${BOOST_BASENAME}.tar.bz2
|
||||
tar xf ${BOOST_BASENAME}.tar.bz2
|
||||
|
||||
cd $BOOST_BASENAME
|
||||
|
||||
Reference in New Issue
Block a user