Skip to content

Commit

Permalink
chore: add rules_ecsact 0.5.9 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: seaubot <[email protected]>
  • Loading branch information
github-actions[bot] and seaubot authored Nov 30, 2024
1 parent ffb6f7a commit ec6b350
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/rules_ecsact/0.5.9/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module(
name = "rules_ecsact",
version = "0.5.9",
compatibility_level = 5,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "ecsact_cli", version = "0.3.19")

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
7 changes: 7 additions & 0 deletions modules/rules_ecsact/0.5.9/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"integrity": "sha256-Orjc0NAzuIz7ttZv2HbhViLgs+vfvdiRz4O0nVfMHP8=",
"patch_strip": 0,
"patches": {},
"strip_prefix": "",
"url": "https://github.com/ecsact-dev/rules_ecsact/releases/download/0.5.9/rules_ecsact-0.5.9.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_ecsact/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"0.5.5",
"0.5.6",
"0.5.7",
"0.5.8"
"0.5.8",
"0.5.9"
],
"yanked_versions": {}
}

0 comments on commit ec6b350

Please sign in to comment.