Skip to content

Commit 30177a9

Browse files
authored
Merge pull request Homebrew#206470 from branchvincent/bitrise
bitrise: add head
2 parents eed448f + 712950f commit 30177a9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Formula/b/bitrise.rb

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ class Bitrise < Formula
44
url "https://github.com/bitrise-io/bitrise/archive/refs/tags/2.27.0.tar.gz"
55
sha256 "2dd64874e60208602b5b78c4bd521926dc476766965cb46d5dc0fbd00ecd0ce9"
66
license "MIT"
7+
head "https://github.com/bitrise-io/bitrise.git", branch: "master"
78

89
livecheck do
910
url :stable
1011
strategy :github_latest
1112
end
1213

1314
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "166c8dc722a6a385256f923d059dc19ac417c6e14de72cde3b0e65ea7757060f"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "166c8dc722a6a385256f923d059dc19ac417c6e14de72cde3b0e65ea7757060f"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "166c8dc722a6a385256f923d059dc19ac417c6e14de72cde3b0e65ea7757060f"
17-
sha256 cellar: :any_skip_relocation, sonoma: "f3d2c7a0cfa70ce4861972519025c1b7f157c9cccaf3e561a46a4c8e34eb1d56"
18-
sha256 cellar: :any_skip_relocation, ventura: "f3d2c7a0cfa70ce4861972519025c1b7f157c9cccaf3e561a46a4c8e34eb1d56"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a02ea4626d1afea40e3363bc87432a301126235079da383be56010d4fa684bd5"
15+
rebuild 1
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "022489c4fe24310f56ea72aa470c618c6483a885fd793c8080cd0ca8e6cf9557"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "022489c4fe24310f56ea72aa470c618c6483a885fd793c8080cd0ca8e6cf9557"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "022489c4fe24310f56ea72aa470c618c6483a885fd793c8080cd0ca8e6cf9557"
19+
sha256 cellar: :any_skip_relocation, sonoma: "d96bcc72f684bc132a119683197eb2a30a11fe7f9a363f63358a97992431bd8f"
20+
sha256 cellar: :any_skip_relocation, ventura: "d96bcc72f684bc132a119683197eb2a30a11fe7f9a363f63358a97992431bd8f"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ef741a7c31117cdd9e205292c2a6c7fb1e252e20246d47c672aadf8e8e46c2e"
2022
end
2123

2224
depends_on "go" => :build
@@ -27,9 +29,10 @@ def install
2729
ldflags = %W[
2830
-s -w
2931
-X github.com/bitrise-io/bitrise/version.VERSION=#{version}
32+
-X github.com/bitrise-io/bitrise/version.Commit=#{tap.user}
3033
]
3134

32-
system "go", "build", *std_go_args(ldflags: ldflags.join(" "))
35+
system "go", "build", *std_go_args(ldflags: ldflags)
3336
end
3437

3538
test do

0 commit comments

Comments
 (0)