diff --git a/cross/boost/Makefile b/cross/boost/Makefile index 008beafc97c..93e707b42bd 100644 --- a/cross/boost/Makefile +++ b/cross/boost/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.78.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib diff --git a/cross/boost_1.68/Makefile b/cross/boost_1.68/Makefile index 8285ac2b578..5e9e53dfc19 100644 --- a/cross/boost_1.68/Makefile +++ b/cross/boost_1.68/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.68.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -18,7 +18,7 @@ CONFIGURE_TARGET = boost_configure COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/boost_1.70/Makefile b/cross/boost_1.70/Makefile index 64584a2a5df..e0e7b5bfb9f 100644 --- a/cross/boost_1.70/Makefile +++ b/cross/boost_1.70/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.70.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -19,7 +19,7 @@ CONFIGURE_TARGET = boost_configure COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/boost_1.78/Makefile b/cross/boost_1.78/Makefile index 3d3a8f2c392..93e707b42bd 100644 --- a/cross/boost_1.78/Makefile +++ b/cross/boost_1.78/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.78.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -16,7 +16,7 @@ PRE_COMPILE_TARGET = boost_pre_compile COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/boost_1.82/Makefile b/cross/boost_1.82/Makefile index 75115ab7d30..cfe89fb2d1f 100644 --- a/cross/boost_1.82/Makefile +++ b/cross/boost_1.82/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.82.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -16,7 +16,7 @@ PRE_COMPILE_TARGET = boost_pre_compile COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected