Skip to content

Commit

Permalink
chore: add rules_ecsact 0.5.6 (#111)
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 Aug 9, 2024
1 parent 25c50aa commit b3470ad
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.6/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module(
name = "rules_ecsact",
version = "0.5.6",
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.15")

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
7 changes: 7 additions & 0 deletions modules/rules_ecsact/0.5.6/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"integrity": "sha256-pt2iGL/vholmBgsFftTShRogry4GfwWHfpfnal20FEc=",
"patch_strip": 0,
"patches": {},
"strip_prefix": "",
"url": "https://github.com/ecsact-dev/rules_ecsact/releases/download/0.5.6/rules_ecsact-0.5.6.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 @@ -19,7 +19,8 @@
"0.5.1",
"0.5.2",
"0.5.3",
"0.5.5"
"0.5.5",
"0.5.6"
],
"yanked_versions": {}
}

0 comments on commit b3470ad

Please sign in to comment.