Skip to content

Commit 4bb7821

Browse files
committed
build, refactor: Use conventional version notation for boost package
Dot is used as a separator in versions of other depends packages.
1 parent 1e7564e commit 4bb7821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/boost.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package=boost
2-
$(package)_version=1_71_0
3-
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
4-
$(package)_file_name=boost_$($(package)_version).tar.bz2
2+
$(package)_version=1.71.0
3+
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$($(package)_version)/source/
4+
$(package)_file_name=boost_$(subst .,_,$($(package)_version)).tar.bz2
55
$(package)_sha256_hash=d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee
66
$(package)_dependencies=native_b2
77

0 commit comments

Comments
 (0)