Skip to content

Commit

Permalink
dl: boost dl URL change to sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Feb 29, 2020
1 parent f518e07 commit 51bbba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Boost_VERSION_MAJOR := 1
Boost_VERSION_MINOR := 72
Boost_VERSION_PATCH := 0
Boost_SRC := boost_$(Boost_VERSION_MAJOR)_$(Boost_VERSION_MINOR)_$(Boost_VERSION_PATCH)
Boost_URL := https://dl.bintray.com/boostorg/release/$(Boost_VERSION_MAJOR).$(Boost_VERSION_MINOR).$(Boost_VERSION_PATCH)/source/$(Boost_SRC).7z
#Boost_URL := https://dl.bintray.com/boostorg/release/$(Boost_VERSION_MAJOR).$(Boost_VERSION_MINOR).$(Boost_VERSION_PATCH)/source/$(Boost_SRC).7z
Boost_URL := https://sourceforge.net/projects/boost/files/boost/$(Boost_VERSION_MAJOR).$(Boost_VERSION_MINOR).$(Boost_VERSION_PATCH)/$(Boost_SRC).7z

Toolchain_URL := https://github.com/hanwckf/padavan-toolchain/releases/download/v1.1/mipsel-linux-uclibc.tar.xz
Toolchain_Archive := mipsel-linux-uclibc.tar.xz
Expand Down

0 comments on commit 51bbba2

Please sign in to comment.