Skip to content

Commit de7a118

Browse files
authored
Merge pull request #247082 from Homebrew/bump-nanomsg-1.2.2
nanomsg 1.2.2
2 parents aae53a4 + ed3efab commit de7a118

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

Formula/n/nanomsg.rb

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Nanomsg < Formula
22
desc "Socket library in C"
33
homepage "https://nanomsg.org/"
4-
url "https://github.com/nanomsg/nanomsg/archive/refs/tags/1.2.tar.gz"
5-
sha256 "6ef7282e833df6a364f3617692ef21e59d5c4878acea4f2d7d36e21c8858de67"
4+
url "https://github.com/nanomsg/nanomsg/archive/refs/tags/1.2.2.tar.gz"
5+
sha256 "3ffeafa9335245a23a99827e8d389bfce5100610f44ebbe4bfaf47e8192d5939"
66
license "MIT"
77
head "https://github.com/nanomsg/nanomsg.git", branch: "master"
88

@@ -11,30 +11,19 @@ class Nanomsg < Formula
1111
strategy :github_latest
1212
end
1313

14-
no_autobump! because: :requires_manual_review
15-
1614
bottle do
17-
sha256 cellar: :any, arm64_tahoe: "cbebcfb6e3fae4e753ffa93885dd350335b7fa08092048b7189ac314748cf70f"
18-
sha256 cellar: :any, arm64_sequoia: "16e338dbc680d97de181c2e8d8aae40cd825a7f7bf4c10415d0c802e7b442c89"
19-
sha256 cellar: :any, arm64_sonoma: "643d76f342c533285619f3be66314377ace8a7a99dc5536a65f6971dcabd88fd"
20-
sha256 cellar: :any, arm64_ventura: "308cf4314ea400020c0b85222f3fe0fb09f80ad204c1e2bc6271f0011df14feb"
21-
sha256 cellar: :any, arm64_monterey: "dcfbd463f07433a38c053f412678fcf5eb718ba13bafc86930bac6c7af651d55"
22-
sha256 cellar: :any, arm64_big_sur: "78c5546a8a36be470a1aab0bfd05c473e841981ce51388ea395dcc94ce5c7a93"
23-
sha256 cellar: :any, sonoma: "85bb59067acdb04c0c0b3319a5194316dff9a08cbe1002a227319e6dea9af76c"
24-
sha256 cellar: :any, ventura: "4cd22f2ae9bcccba55906434a857271ece101a8ce4bf2fb554d5b9fe8fa146fb"
25-
sha256 cellar: :any, monterey: "112db66905b5f3b99bc8740e33b7735a5ea3da4eb4d5e14ddd466c736b24e4eb"
26-
sha256 cellar: :any, big_sur: "4ef65cd7590b96d868f21168e970892fdbe216f3bc0a74beb35006b24049b6ea"
27-
sha256 cellar: :any, catalina: "421059d935dabba7625c58d56408f0658dab708c3dae59caf7f459c38d9bb632"
28-
sha256 cellar: :any_skip_relocation, arm64_linux: "fc6eb07f28e8b7ccbd1312ae26298b5c7d35de21addc43d73b76f74aee2bab31"
29-
sha256 cellar: :any_skip_relocation, x86_64_linux: "099a03bfe5111a28fe413cc3e15958844adaf5324b68f86d30497ad4a87ded53"
15+
sha256 cellar: :any, arm64_tahoe: "236e9d3c6a8a96e0cab956bd5dfd22e598a0cde9648d9ca850e385aef13c876f"
16+
sha256 cellar: :any, arm64_sequoia: "2d674ed0ff11c730865b07f3110d650d88e097d27ea0ce62f39d96d2a59a6367"
17+
sha256 cellar: :any, arm64_sonoma: "e9feaeab9e2f2b38117f1b62f682b6abeb86d41925bc329562c110e578c59f73"
18+
sha256 cellar: :any, sonoma: "e3ee4bae6bf7df70c071c32fd0d12470406e146af552ee4de7f7701016a6609a"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "b03db650de3044ee4d0ed1bce200947e1018f34f76d4d06b9362ccae87134fee"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "13450a2b72db7c3d7f91b65d2f8153d73caedecb378921d6cf9e386afea4d322"
3021
end
3122

3223
depends_on "cmake" => :build
3324

3425
def install
35-
# Workaround to build with CMake 4
36-
args = %w[-DCMAKE_POLICY_VERSION_MINIMUM=3.5]
37-
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
26+
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
3827
system "cmake", "--build", "build"
3928
system "cmake", "--install", "build"
4029
end

0 commit comments

Comments
 (0)