Skip to content

Commit 88afcc7

Browse files
jpsimaiuto
authored andcommitted
1 parent 54311d7 commit 88afcc7

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

modules/yams/5.1.0/MODULE.bazel

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module(
2+
name = "yams",
3+
version = "5.1.0",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "rules_swift", version = "1.17.0", repo_name = "build_bazel_rules_swift")
8+
9+
bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
10+
bazel_dep(name = "rules_apple", version = "3.3.0", dev_dependency = True)

modules/yams/5.1.0/presubmit.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tasks:
2+
verify_targets:
3+
name: Verify build targets
4+
platform: macos
5+
bazel: 6.x
6+
build_targets:
7+
- '@yams//:Yams'

modules/yams/5.1.0/source.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/jpsim/Yams/releases/download/5.1.0/Yams-5.1.0.tar.gz",
3+
"integrity": "sha256-hC01Mkoxqmk6KJum3eOdMwwDb0bbdITCW+1g1FEj97A=",
4+
"strip_prefix": "Yams-5.1.0"
5+
}

modules/yams/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"5.0.3",
1515
"5.0.4",
1616
"5.0.5",
17-
"5.0.6"
17+
"5.0.6",
18+
"5.1.0"
1819
],
1920
"yanked_versions": {}
2021
}

0 commit comments

Comments
 (0)