Skip to content

Commit 27cae2b

Browse files
authored
Merge pull request #292817 from Homebrew/bump-swift-section-0.12.0
swift-section 0.12.0
2 parents c7b9310 + 098bb73 commit 27cae2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/s/swift-section.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SwiftSection < Formula
22
desc "CLI tool for parsing mach-o files to obtain Swift information"
33
homepage "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection"
4-
url "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection/archive/refs/tags/0.11.0.tar.gz"
5-
sha256 "807c62867a65334aa12c7d30fbede6fd93243bc78f5557622e61a14f81a0b22d"
4+
url "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection/archive/refs/tags/0.12.0.tar.gz"
5+
sha256 "480b47a6863782dbb8eaa65fc6cbcfed36e4ec0f1a94ffe4f003a917c364e8c3"
66
license "MIT"
77
head "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection.git", branch: "main"
88

@@ -12,8 +12,8 @@ class SwiftSection < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ec7f4823c257cd47c0deed9463c9a3afd415f032a7c0cb5eec03e7617409393a"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc1625b9907173ef1a997915b207efc843de373e8044062988b40075d197ad94"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "53162ea54ccdaeba6e8b90f47628fe481f02c69af30d99f6b0687fc96ed44f9c"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6282c2889819a88c7b74d801874da24cd0a61a40d9ec04f4b165f440cb37924e"
1717
end
1818

1919
# The Package.swift file requires Swift 5.10 or later.
@@ -24,7 +24,7 @@ class SwiftSection < Formula
2424
uses_from_macos "swift" => :build
2525

2626
def install
27-
system "swift", "build", "--disable-sandbox", "-c", "release"
27+
system "swift", "build", "--disable-sandbox", "-c", "release", "--product", "swift-section"
2828
bin.install ".build/release/swift-section"
2929
generate_completions_from_executable(bin/"swift-section", "--generate-completion-script")
3030
end

0 commit comments

Comments
 (0)