File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ http_archive(
18
18
19
19
http_archive (
20
20
name = "ecsact_runtime" ,
21
- sha256 = "dfc71e519d24b943c855d288d19f539fc9b9c65636c0376c7febb865233161b6 " ,
22
- strip_prefix = "ecsact_runtime-0.2 .0" ,
23
- urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.2 .0.tar.gz" ],
21
+ sha256 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3 " ,
22
+ strip_prefix = "ecsact_runtime-0.3 .0" ,
23
+ urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3 .0.tar.gz" ],
24
24
)
25
25
26
26
http_file (
27
27
name = "ecsact_cli_windows" ,
28
- url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.0 /ecsact_0.1.0_windows_x64 .exe" ,
28
+ url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.1 /ecsact_0.1.1_windows_x64 .exe" ,
29
29
executable = True ,
30
30
downloaded_file_path = "ecsact.exe" ,
31
31
)
32
32
33
33
http_file (
34
34
name = "ecsact_cli_linux" ,
35
- url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.0 /ecsact_0.1.0_linux_x64 " ,
35
+ url = "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.1.1 /ecsact_0.1.1_linux_x64 " ,
36
36
executable = True ,
37
37
downloaded_file_path = "ecsact" ,
38
38
)
You can’t perform that action at this time.
0 commit comments