Skip to content

Commit 1ee4a9c

Browse files
authored
Fix GitHub repo url in emsdk_manifest.json (#757)
It was still using the old repo location which was moved to the emscripten-core organization.
1 parent 1a38787 commit 1ee4a9c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

emsdk_manifest.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"version": "tag-e%tag%",
3535
"bitness": 32,
3636
"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",
4141
"custom_install_script": "build_fastcomp",
4242
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
4343
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
@@ -49,10 +49,10 @@
4949
"version": "tag-e%tag%",
5050
"bitness": 64,
5151
"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",
5656
"custom_install_script": "build_fastcomp",
5757
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
5858
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
@@ -64,8 +64,8 @@
6464
"version": "master",
6565
"bitness": 32,
6666
"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",
6969
"git_branch": "master",
7070
"custom_install_script": "build_fastcomp",
7171
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
@@ -79,8 +79,8 @@
7979
"bitness": 64,
8080
"install_path": "clang/fastcomp",
8181
"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",
8484
"custom_install_script": "build_fastcomp",
8585
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%",
8686
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'",
@@ -331,8 +331,8 @@
331331
"version": "tag-%tag%",
332332
"bitness": 32,
333333
"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",
336336
"zipfile_prefix": "emscripten-e",
337337
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'",
338338
"activated_path": "%installation_dir%",
@@ -347,8 +347,8 @@
347347
"version": "tag-%tag%",
348348
"bitness": 64,
349349
"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",
352352
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'",
353353
"activated_path": "%installation_dir%",
354354
"activated_env": "EMSCRIPTEN=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%",
@@ -360,8 +360,8 @@
360360
{
361361
"id": "emscripten",
362362
"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",
365365
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
366366
"activated_path": "%installation_dir%",
367367
"activated_env": "EMSCRIPTEN=%installation_dir%"

0 commit comments

Comments
 (0)