Skip to content

Commit 800655f

Browse files
committed
depends: boost: Refer to version in URL
1 parent cb89e18 commit 800655f

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_70_0
3-
$(package)_download_path=https://dl.bintray.com/boostorg/release/1.70.0/source/
3+
$(package)_download_path=https://dl.bintray.com/boostorg/release/$(subst _,.,$($(package)_version))/source/
44
$(package)_file_name=boost_$($(package)_version).tar.bz2
55
$(package)_sha256_hash=430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778
66
$(package)_patches=unused_var_in_process.patch

0 commit comments

Comments
 (0)