diff --git a/repositories.bzl b/repositories.bzl index 9432c60..b6ca515 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -87,9 +87,9 @@ def ecsact_rtb_repositories(): http_archive( name = "ecsact_rt_entt", - sha256 = "dddf4534b302aebf3801062fb992d1e247dc8af213f830dcb76da4222a5dec09", - strip_prefix = "ecsact_rt_entt-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "e213b5809aff364cdebded7b2bfda25d1623466799aaa6845b7163d8230bf58e", + strip_prefix = "ecsact_rt_entt-0.3.2", + urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/refs/tags/0.3.2.tar.gz"], ) http_archive( @@ -102,37 +102,37 @@ def ecsact_rtb_repositories(): http_archive( name = "ecsact_runtime", - sha256 = "e846a1ea81ca5d0ba9d39a4cd55209eb74c22bd85bc37a411eb5f6582b95040d", - strip_prefix = "ecsact_runtime-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "f3b05c7c712e18ef512547692987f8e44b038d8fa7ab99d31bee895108a95213", + strip_prefix = "ecsact_runtime-0.6.3", + urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.6.3.tar.gz"], ) http_archive( name = "ecsact_interpret", - sha256 = "c4d1aa8bd9194aed5676c6188d4ced6dfefbf5af51cad8486c5267d1892fa680", - strip_prefix = "ecsact_interpret-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "2579aaeb21a42231518084ec7006ba64fdfcae148382ed7f93654c1b2c60f303", + strip_prefix = "ecsact_interpret-0.6.1", + urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.6.1.tar.gz"], ) http_archive( name = "ecsact_parse", - sha256 = "c4d1c36e8e3914c5505b4114e84b6eeb13075b29ac754c14e835800661dabd9a", - strip_prefix = "ecsact_parse-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "0b121c350cd44f86e82fa52e7c33890d8cd583eb10fe8d3d87fe73a29bf53620", + strip_prefix = "ecsact_parse-0.5.0", + urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.5.0.tar.gz"], ) http_archive( name = "ecsact_lang_cpp", - sha256 = "28f94434bc2033df014eaff44fbae92a2a528d9d883090220ae8323261854e68", - strip_prefix = "ecsact_lang_cpp-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_lang_cpp/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "290cbc610c43bafd2c351c4668da021b52b78f1fd8580d77191f83d5901ca75d", + strip_prefix = "ecsact_lang_cpp-0.4.3", + urls = ["https://github.com/ecsact-dev/ecsact_lang_cpp/archive/refs/tags/0.4.3.tar.gz"], ) http_archive( name = "ecsact_si_wasm", - sha256 = "e208a94d4f4a9c09f32b8a9ea91a4f799492e11c7c852b0329b4a3595a45cee6", - strip_prefix = "ecsact_si_wasm-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_si_wasm/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "1c2423a03246fc42416ef80a6a8c07d687c9b0c52345bcf874e581974df02097", + strip_prefix = "ecsact_si_wasm-0.1.2", + urls = ["https://github.com/ecsact-dev/ecsact_si_wasm/archive/refs/tags/0.1.2.tar.gz"], ) http_archive(