Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/jpsim/Yams/releases/tag/5.1.3

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

---------

Co-authored-by: JP Simard <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and jpsim committed Jul 10, 2024
1 parent 1d145e1 commit 9ee417b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/yams/5.1.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module(
name = "yams",
version = "5.1.3",
compatibility_level = 1,
)

bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift", max_compatibility_level = 2)

bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "3.5.1", dev_dependency = True)
9 changes: 9 additions & 0 deletions modules/yams/5.1.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Verify build targets
platform: macos
bazel: 7.x
build_targets:
- '@yams//:Yams'
build_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
5 changes: 5 additions & 0 deletions modules/yams/5.1.3/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.3/Yams-5.1.3.tar.gz",
"integrity": "sha256-0Pjs7X7zRilFveH+Djcoi332pQyoVN9Ts6/0POTTjjk=",
"strip_prefix": "Yams-5.1.3"
}
3 changes: 2 additions & 1 deletion modules/yams/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"5.0.4",
"5.0.5",
"5.0.6",
"5.1.0"
"5.1.0",
"5.1.3"
],
"yanked_versions": {}
}

0 comments on commit 9ee417b

Please sign in to comment.