Skip to content

Commit

Permalink
Add yams 5.1.0 (bazelbuild#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Apr 8, 2024
1 parent 8060185 commit 2836c49
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
10 changes: 10 additions & 0 deletions modules/yams/5.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "yams",
version = "5.1.0",
compatibility_level = 1,
)

bazel_dep(name = "rules_swift", version = "1.17.0", repo_name = "build_bazel_rules_swift")

bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "3.3.0", dev_dependency = True)
7 changes: 7 additions & 0 deletions modules/yams/5.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tasks:
verify_targets:
name: Verify build targets
platform: macos
bazel: 6.x
build_targets:
- '@yams//:Yams'
5 changes: 5 additions & 0 deletions modules/yams/5.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/jpsim/Yams/releases/download/5.1.0/Yams-5.1.0.tar.gz",
"integrity": "sha256-hC01Mkoxqmk6KJum3eOdMwwDb0bbdITCW+1g1FEj97A=",
"strip_prefix": "Yams-5.1.0"
}
3 changes: 2 additions & 1 deletion modules/yams/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"5.0.3",
"5.0.4",
"5.0.5",
"5.0.6"
"5.0.6",
"5.1.0"
],
"yanked_versions": {}
}

0 comments on commit 2836c49

Please sign in to comment.