We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af94cb9 + a75882d commit c879612Copy full SHA for c879612
Formula/s/swift-section.rb
@@ -6,6 +6,11 @@ class SwiftSection < Formula
6
license "MIT"
7
head "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection.git", branch: "main"
8
9
+ livecheck do
10
+ url :stable
11
+ regex(/^v?(\d+(?:\.\d+)+)$/i)
12
+ end
13
+
14
bottle do
15
rebuild 1
16
sha256 cellar: :any_skip_relocation, arm64_tahoe: "98fc25f87480b0c9cb1d92255eb6a4ecc53f4abde7259e6eb4d52463560f865d"
0 commit comments