Skip to content

Commit a65fcb1

Browse files
authored
Merge pull request Homebrew#236529 from Homebrew/zrepl-remove-postinstall
zrepl: remove postinstall
2 parents 86b0fea + 41d29bc commit a65fcb1

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

Formula/z/zrepl.rb

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ class Zrepl < Formula
99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "467d9021d507942a4f74a1c64983a1a216e3215110b67ca591101a1350a93928"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb2b36b880afd2cf11fc4bbb7e2f544f40287e180bdd06c47da63be1c9bb2970"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aedcf0ebb00175cef1e063bddb652c1d291c5c388a90878ec95719cd5ed93a04"
15-
sha256 cellar: :any_skip_relocation, arm64_monterey: "3c301f823c74d52657a946000964f3b4a3089a0a914deb6cf68f69d150ee057c"
16-
sha256 cellar: :any_skip_relocation, sonoma: "b96ec21a1745a2b7eac7265f8db9e342c6ec01ddc2c7e3a9b7d7c24f2cbe0687"
17-
sha256 cellar: :any_skip_relocation, ventura: "d09931af39605cdf1215017138bda34463802609db9c72cf61a22d9918b323c4"
18-
sha256 cellar: :any_skip_relocation, monterey: "80344778b7d3a7007e38e86e066541a53796b318673eba51d869095e49935a3c"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "67d6e26dd731da07445fa18d19f25c41c5ca41e48d9c829f92e1f7f487143fd2"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "86f94f15cab96087e5f9a17e02756dc1efe8f382635805345d6da7cf4f15a810"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "86f94f15cab96087e5f9a17e02756dc1efe8f382635805345d6da7cf4f15a810"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "86f94f15cab96087e5f9a17e02756dc1efe8f382635805345d6da7cf4f15a810"
16+
sha256 cellar: :any_skip_relocation, sonoma: "0f47b589d4c5a01d645191e7963fc4e62a018f1844b22a3acfec0275354a294d"
17+
sha256 cellar: :any_skip_relocation, ventura: "0f47b589d4c5a01d645191e7963fc4e62a018f1844b22a3acfec0275354a294d"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2db65d9638d95007c9b4880052f58a08befe29686120bd8fb33d9998a214ce49"
2019
end
2120

2221
depends_on "go" => :build
@@ -28,9 +27,6 @@ class Zrepl < Formula
2827

2928
def install
3029
system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/zrepl/zrepl/version.zreplVersion=#{version}")
31-
end
32-
33-
def post_install
3430
(var/"log/zrepl").mkpath
3531
(var/"run/zrepl").mkpath
3632
(etc/"zrepl").mkpath

0 commit comments

Comments
 (0)