Skip to content

Commit

Permalink
Add patch to make version numbers match
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Dec 22, 2022
1 parent 51589b2 commit cd058e7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From da4a47b7e0f98131cab72b47eb89d68c9eb0c575 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 21 Dec 2022 08:56:53 -0600
Subject: [PATCH] Update MODULE.bazel to 1.5.0 (#958)

Co-authored-by: Automatic version bump <noreply@github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MODULE.bazel b/MODULE.bazel
index 22a7072..61b449d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -3,7 +3,7 @@ module(
name = "rules_swift",
compatibility_level = 1,
repo_name = "build_bazel_rules_swift",
- version = "1.4.0",
+ version = "1.5.0",
)

# --- End generated content
--
2.37.0 (Apple Git-136)

4 changes: 4 additions & 0 deletions modules/rules_swift/1.5.0/source.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"integrity": "sha256-MvldvmqI6ymKqnkPBQZUNPMqZixl7Apqq9r2iB5PFp8=",
"patch_strip": 1,
"patches": {
"update-MODULE.bazel-to-1.5.0.patch": "sha256-2gWGb0aafR3OEzVxel57K+ZcKx8F0UeIdSwLJ/WT+KI="
},
"url": "https://github.com/bazelbuild/rules_swift/releases/download/1.5.0/rules_swift.1.5.0.tar.gz"
}

0 comments on commit cd058e7

Please sign in to comment.