Fix boost 1.86.0 wrap file
If you do not have at least boost 1.84.0 installed in your local build
environment then you will try to fetch 1.86.0 and get 404 NOT FOUND
errors. The naming format changed with boost 1.85.0 so update the
source_url to match.
Testing:
Was able to freshly build and run unit tests on a machine with only
boost 1.83.0 installed.
Signed-off-by: Carson Labrado <clabrado@google.com>
Change-Id: I3074177a5d77d65f5babfdb6bb2d0006f0b2317c
diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap
index f9b7683..0bcbc53 100644
--- a/subprojects/boost.wrap
+++ b/subprojects/boost.wrap
@@ -1,7 +1,7 @@
[wrap-file]
directory = boost-1.86.0
-source_url = https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0.tar.gz
+source_url = https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-cmake.tar.gz
source_hash = c62ce6e64d34414864fef946363db91cea89c1b90360eabed0515f0eda74c75c
source_filename = 1_86_0.tar.gz