File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
import os
8
8
import shutil
9
9
10
- TAG = '1.70 .0'
11
- HASH = '3ba0180a4a3c20d64727750a3233c82aadba95f265a45052297b955902741edac1befd963400958d6915e5b8d9ade48195eeaf8524f06fdb4cfe43b98677f196 '
10
+ TAG = '1.75 .0'
11
+ HASH = '8c38be1ebef1b8ada358ad6b7c9ec17f5e0a300e8085db3473a13e19712c95eeb3c3defacd3c53482eb96368987c4b022efa8da2aac2431a154e40153d3c3dcd '
12
12
13
13
14
14
def needed (settings ):
15
15
return settings .USE_BOOST_HEADERS == 1
16
16
17
17
18
18
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' ,
20
20
'boost' , sha512hash = HASH )
21
21
22
22
def create (final ):
You can’t perform that action at this time.
0 commit comments