From 5adb6fedc2ef2e6b6f21695a30326b3b419d959d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 02:05:01 +0000 Subject: [PATCH] chore(deps): update escact repositories --- repositories.bzl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 9432c60..592ecf2 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 = "7608497049cfca47f283ab0a7e8a6490d5a75033c9e732150284afc806f20b6d", + strip_prefix = "ecsact_rt_entt-0.2.0", + urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/refs/tags/0.2.0.tar.gz"], ) http_archive( @@ -102,30 +102,30 @@ 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 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3", + strip_prefix = "ecsact_runtime-0.3.0", + urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3.0.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 = "27c42403d6dc9a435346ca94ac6cd385246c22caa2388e1283ca1dbb679167e1", + strip_prefix = "ecsact_interpret-0.3.0", + urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.3.0.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 = "706066e8870aa07f6937ca5f3187c7f3bb970255d028790b5f441e24e22d37f6", + strip_prefix = "ecsact_parse-0.2.1", + urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.2.1.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 = "7ecf1d23fba53edfa5abf75498028b03068970a044eab3c703bd74b1edb0b2d5", + strip_prefix = "ecsact_lang_cpp-0.2.0", + urls = ["https://github.com/ecsact-dev/ecsact_lang_cpp/archive/refs/tags/0.2.0.tar.gz"], ) http_archive(