Skip to content

Commit

Permalink
Add swift-filename-matcher 2.0.0 (#3427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored Dec 15, 2024
1 parent 08b05bb commit d6049f0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modules/swift-filename-matcher/2.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "swift-filename-matcher",
version = "2.0.0",
compatibility_level = 1,
)

bazel_dep(name = "rules_swift", version = "2.3.0")
bazel_dep(name = "apple_support", version = "1.17.1")
9 changes: 9 additions & 0 deletions modules/swift-filename-matcher/2.0.0/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:
- '@swift-filename-matcher//:FilenameMatcher'
build_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
6 changes: 6 additions & 0 deletions modules/swift-filename-matcher/2.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"url": "https://github.com/ileitch/swift-filename-matcher/archive/refs/tags/2.0.0.tar.gz",
"integrity": "sha256-uNWiGzkObkMYfG3Ejukk4OKXbmZM9HBe/KPVJx580Xo=",
"strip_prefix": "swift-filename-matcher-2.0.0",
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/swift-filename-matcher/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:ileitch/swift-filename-matcher"
],
"versions": [
"0.1.2"
"0.1.2",
"2.0.0"
],
"yanked_versions": {}
}

0 comments on commit d6049f0

Please sign in to comment.