Skip to content

Commit

Permalink
chore(deps): update escact repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent 712b233 commit c3ae095
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "6307f34be82d70f90c2de0979c1fc8a7d803c3124b2732f88d61b42e01daa6d0",
strip_prefix = "ecsact_rt_entt-0.2.1",
urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/refs/tags/0.2.1.tar.gz"],
)

http_archive(
Expand All @@ -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 = "a2520a0f3129be61ce3109a2240eedf0876e84add10375b4c86c5b970d485226",
strip_prefix = "ecsact_runtime-0.5.1",
urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.5.1.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 = "749830210f3ceea484dab31641c152e1a043e907ddff1043d0736d2f4e05c337",
strip_prefix = "ecsact_interpret-0.5.0",
urls = ["https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.5.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 = "4b7c4dedf6fe6f6f3c9949903fb8da3af360a8812cfcf3879fae04018d1fedf2",
strip_prefix = "ecsact_parse-0.3.0",
urls = ["https://github.com/ecsact-dev/ecsact_parse/archive/refs/tags/0.3.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 = "b0a22d8b1189be1cda67e3db31763dd803698844b4784e6bcea57f88576cf7e7",
strip_prefix = "ecsact_lang_cpp-0.3.0",
urls = ["https://github.com/ecsact-dev/ecsact_lang_cpp/archive/refs/tags/0.3.0.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit c3ae095

Please sign in to comment.