Skip to content

Commit 9efc2af

Browse files
committed
Merge bitcoin/bitcoin#30217: depends: Update Boost download link
ffbc173 depends: Update Boost download link (Hennadii Stepanov) Pull request description: The Boost has [migrated](boostorg/boost-tasks#3) their downloads from from boostorg.jfrog.io to archives.boost.io. So do we. FWIW, the download speed at my location is much better :) ACKs for top commit: maflcko: ACK ffbc173 Tree-SHA512: 3f66675c390510ecfdacf2ac8af4a0a6bdbdf6fbfe01ed66fbe1b11bc9e935709e5492a754711cd788352c5853738fce755afd0c0480f36d0f8af31fcc108263
2 parents f7a6d34 + ffbc173 commit 9efc2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=boost
22
$(package)_version=1.81.0
3-
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$($(package)_version)/source/
3+
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
44
$(package)_file_name=boost_$(subst .,_,$($(package)_version)).tar.gz
55
$(package)_sha256_hash=205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6
66

0 commit comments

Comments
 (0)