Skip to content

Commit 44ed41b

Browse files
authored
Merge pull request #229029 from stephanlachnit/p-zeromq-drafts
zeromq: enable drafts
2 parents d04c908 + c43d121 commit 44ed41b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/z/zeromq.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ class Zeromq < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "8898ce6776591ad282627fd7215f02ade8f5c5ec3d4dd457ce25aba12c3c1c18"
16-
sha256 cellar: :any, arm64_sonoma: "3bf8942ece99f0457125006cf729f24823e09a3f6bd2257e8be9873e5783a0a1"
17-
sha256 cellar: :any, arm64_ventura: "0f670cd22b752c640a01f1f3353f8cdf7a6bf31beefad511c17baf315ad848f4"
18-
sha256 cellar: :any, arm64_monterey: "3a8bc264cb466f765f65f73b0db3c202899656efa11b2df37bd961a224589e20"
19-
sha256 cellar: :any, sonoma: "986910eab9519ca92f167b545cde5992124a963b56d1346f2f917368e9a7eb43"
20-
sha256 cellar: :any, ventura: "25344444cf8c0583f65b1f36fdf11edc40ce2fe637fa04e34fe28c730573dadc"
21-
sha256 cellar: :any, monterey: "c8c1cafdffdc020cf504bc59888d61a016df6cdfc12650d89a43a846edb77ef2"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "1bec0b28dfb3b515f6095d00e4fdb0b4ec458e02b4fbecac8a53a0c18cf7ea01"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "904b3146ea9aab3b4fdb584c74be1fa762145d3435eef653becc38ce0600c1bc"
15+
rebuild 1
16+
sha256 cellar: :any, arm64_sequoia: "4314df24dbc51fc3a550abae4669d5daee4d0d5f7345efb1a293dcb00b0dc658"
17+
sha256 cellar: :any, arm64_sonoma: "ad58b22edf3778517afe34abfe00228431091f78250584041ff8dea6cc272958"
18+
sha256 cellar: :any, arm64_ventura: "871565b7664a22baccbd3f305c36080f89a40fcb1475db9154387f356f2485dd"
19+
sha256 cellar: :any, sonoma: "47a577cadb085e473b583c7d2eb13c10830c91ac96f03604867e7e841b89aeb5"
20+
sha256 cellar: :any, ventura: "984be44555789dde7ec0bdb1e6d2ba85d89325bf9905f34d2f194d167e06114c"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "e2d636949e159c733480d4fdb333eabb95ba00bbf9d1477a4145eaae8ed379a6"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c660f6bb7620804f6143a739971b08a35a85bf60958151bac76bfdf8817b8ae7"
2423
end
2524

2625
head do
@@ -50,7 +49,7 @@ def install
5049
# https://github.com/Homebrew/homebrew-core/pull/35940#issuecomment-454177261
5150

5251
system "./autogen.sh" if build.head?
53-
system "./configure", "--with-libsodium", *std_configure_args
52+
system "./configure", "--with-libsodium", "--enable-drafts", *std_configure_args
5453
system "make"
5554
system "make", "install"
5655
end

0 commit comments

Comments
 (0)