|
34 | 34 | "version": "tag-e%tag%",
|
35 | 35 | "bitness": 32,
|
36 | 36 | "append_bitness": false,
|
37 |
| - "windows_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.zip", |
38 |
| - "unix_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.tar.gz", |
39 |
| - "windows_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.zip", |
40 |
| - "unix_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.tar.gz", |
| 37 | + "windows_url": "https://github.com/emscripten-core/emscripten-fastcomp/archive/%tag%.zip", |
| 38 | + "unix_url": "https://github.com/emscripten-core/emscripten-fastcomp/archive/%tag%.tar.gz", |
| 39 | + "windows_clang_url": "https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/%tag%.zip", |
| 40 | + "unix_clang_url": "https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/%tag%.tar.gz", |
41 | 41 | "custom_install_script": "build_fastcomp",
|
42 | 42 | "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
43 | 43 | "activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
|
49 | 49 | "version": "tag-e%tag%",
|
50 | 50 | "bitness": 64,
|
51 | 51 | "append_bitness": false,
|
52 |
| - "windows_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.zip", |
53 |
| - "unix_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.tar.gz", |
54 |
| - "windows_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.zip", |
55 |
| - "unix_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.tar.gz", |
| 52 | + "windows_url": "https://github.com/emscripten-core/emscripten-fastcomp/archive/%tag%.zip", |
| 53 | + "unix_url": "https://github.com/emscripten-core/emscripten-fastcomp/archive/%tag%.tar.gz", |
| 54 | + "windows_clang_url": "https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/%tag%.zip", |
| 55 | + "unix_clang_url": "https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/%tag%.tar.gz", |
56 | 56 | "custom_install_script": "build_fastcomp",
|
57 | 57 | "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
58 | 58 | "activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
|
64 | 64 | "version": "master",
|
65 | 65 | "bitness": 32,
|
66 | 66 | "install_path": "clang/fastcomp",
|
67 |
| - "url": "https://github.com/kripken/emscripten-fastcomp.git", |
68 |
| - "clang_url": "https://github.com/kripken/emscripten-fastcomp-clang.git", |
| 67 | + "url": "https://github.com/emscripten-core/emscripten-fastcomp.git", |
| 68 | + "clang_url": "https://github.com/emscripten-core/emscripten-fastcomp-clang.git", |
69 | 69 | "git_branch": "master",
|
70 | 70 | "custom_install_script": "build_fastcomp",
|
71 | 71 | "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
|
79 | 79 | "bitness": 64,
|
80 | 80 | "install_path": "clang/fastcomp",
|
81 | 81 | "git_branch": "master",
|
82 |
| - "url": "https://github.com/kripken/emscripten-fastcomp.git", |
83 |
| - "clang_url": "https://github.com/kripken/emscripten-fastcomp-clang.git", |
| 82 | + "url": "https://github.com/emscripten-core/emscripten-fastcomp.git", |
| 83 | + "clang_url": "https://github.com/emscripten-core/emscripten-fastcomp-clang.git", |
84 | 84 | "custom_install_script": "build_fastcomp",
|
85 | 85 | "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
|
86 | 86 | "activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
|
|
331 | 331 | "version": "tag-%tag%",
|
332 | 332 | "bitness": 32,
|
333 | 333 | "append_bitness": false,
|
334 |
| - "windows_url": "https://github.com/kripken/emscripten/archive/%tag%.zip", |
335 |
| - "unix_url": "https://github.com/kripken/emscripten/archive/%tag%.tar.gz", |
| 334 | + "windows_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.zip", |
| 335 | + "unix_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.tar.gz", |
336 | 336 | "zipfile_prefix": "emscripten-e",
|
337 | 337 | "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'",
|
338 | 338 | "activated_path": "%installation_dir%",
|
|
347 | 347 | "version": "tag-%tag%",
|
348 | 348 | "bitness": 64,
|
349 | 349 | "append_bitness": false,
|
350 |
| - "windows_url": "https://github.com/kripken/emscripten/archive/%tag%.zip", |
351 |
| - "unix_url": "https://github.com/kripken/emscripten/archive/%tag%.tar.gz", |
| 350 | + "windows_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.zip", |
| 351 | + "unix_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.tar.gz", |
352 | 352 | "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'",
|
353 | 353 | "activated_path": "%installation_dir%",
|
354 | 354 | "activated_env": "EMSCRIPTEN=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%",
|
|
360 | 360 | {
|
361 | 361 | "id": "emscripten",
|
362 | 362 | "version": "%precompiled_tag%",
|
363 |
| - "windows_url": "https://github.com/kripken/emscripten/archive/%precompiled_tag%.zip", |
364 |
| - "unix_url": "https://github.com/kripken/emscripten/archive/%precompiled_tag%.tar.gz", |
| 363 | + "windows_url": "https://github.com/emscripten-core/emscripten/archive/%precompiled_tag%.zip", |
| 364 | + "unix_url": "https://github.com/emscripten-core/emscripten/archive/%precompiled_tag%.tar.gz", |
365 | 365 | "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
366 | 366 | "activated_path": "%installation_dir%",
|
367 | 367 | "activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
0 commit comments