@@ -64,16 +64,16 @@ http_archive(
6464
6565http_archive (
6666 name = "ecsact_runtime" ,
67- sha256 = "dfc71e519d24b943c855d288d19f539fc9b9c65636c0376c7febb865233161b6 " ,
68- strip_prefix = "ecsact_runtime-0.2 .0" ,
69- url = "https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.2 .0.tar.gz" ,
67+ sha256 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3 " ,
68+ strip_prefix = "ecsact_runtime-0.3 .0" ,
69+ urls = [ "https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3 .0.tar.gz" ] ,
7070)
7171
7272http_archive (
7373 name = "ecsact_interpret" ,
74- sha256 = "5ff48ebb36e20497058d584a9c04d56463ddf696b74fee55c7b2ae888422e7a2 " ,
75- strip_prefix = "ecsact_interpret-0.2.1 " ,
76- url = "https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.2.1 .tar.gz" ,
74+ sha256 = "27c42403d6dc9a435346ca94ac6cd385246c22caa2388e1283ca1dbb679167e1 " ,
75+ strip_prefix = "ecsact_interpret-0.3.0 " ,
76+ urls = [ "https://github.com/ecsact-dev/ecsact_interpret/archive/refs/tags/0.3.0 .tar.gz" ] ,
7777)
7878
7979http_archive (
@@ -120,9 +120,9 @@ http_archive(
120120
121121http_archive (
122122 name = "ecsact_cli" ,
123- sha256 = "76239edb31727f7ac5f510ff1ef8eed36f9b6ebf9380c531f915dd69cbeec385 " ,
124- strip_prefix = "ecsact_cli-0.1.0 " ,
125- urls = ["https://github.com/ecsact-dev/ecsact_cli/archive/refs/tags/0.1.0 .tar.gz" ],
123+ sha256 = "9a4695aea37a49cb29a4a6987912c6e1b736b5d2bc238fb9f281ba92b80984cd " ,
124+ strip_prefix = "ecsact_cli-0.1.1 " ,
125+ urls = ["https://github.com/ecsact-dev/ecsact_cli/archive/refs/tags/0.1.1 .tar.gz" ],
126126)
127127
128128load ("@ecsact_parse//:repositories.bzl" , "ecsact_parse_dependencies" )
0 commit comments