Skip to content

Commit 7f51c7c

Browse files
authored
Update boost port: 1.70.0 -> 1.75.0 (#13552)
1 parent bdcf77d commit 7f51c7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/ports/boost_headers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
import os
88
import shutil
99

10-
TAG = '1.70.0'
11-
HASH = '3ba0180a4a3c20d64727750a3233c82aadba95f265a45052297b955902741edac1befd963400958d6915e5b8d9ade48195eeaf8524f06fdb4cfe43b98677f196'
10+
TAG = '1.75.0'
11+
HASH = '8c38be1ebef1b8ada358ad6b7c9ec17f5e0a300e8085db3473a13e19712c95eeb3c3defacd3c53482eb96368987c4b022efa8da2aac2431a154e40153d3c3dcd'
1212

1313

1414
def needed(settings):
1515
return settings.USE_BOOST_HEADERS == 1
1616

1717

1818
def get(ports, settings, shared):
19-
ports.fetch_project('boost_headers', 'https://github.com/emscripten-ports/boost/releases/download/boost-1.70.0/boost-headers-' + TAG + '.zip',
19+
ports.fetch_project('boost_headers', 'https://github.com/emscripten-ports/boost/releases/download/boost-1.75.0/boost-headers-' + TAG + '.zip',
2020
'boost', sha512hash=HASH)
2121

2222
def create(final):

0 commit comments

Comments
 (0)