Skip to content

Commit 5d175fc

Browse files
committed
nanomsg 1.2.2
1 parent 03ad749 commit 5d175fc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Formula/n/nanomsg.rb

Lines changed: 3 additions & 7 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,8 +11,6 @@ class Nanomsg < Formula
1111
strategy :github_latest
1212
end
1313

14-
no_autobump! because: :requires_manual_review
15-
1614
bottle do
1715
sha256 cellar: :any, arm64_tahoe: "cbebcfb6e3fae4e753ffa93885dd350335b7fa08092048b7189ac314748cf70f"
1816
sha256 cellar: :any, arm64_sequoia: "16e338dbc680d97de181c2e8d8aae40cd825a7f7bf4c10415d0c802e7b442c89"
@@ -32,9 +30,7 @@ class Nanomsg < Formula
3230
depends_on "cmake" => :build
3331

3432
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
33+
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
3834
system "cmake", "--build", "build"
3935
system "cmake", "--install", "build"
4036
end

0 commit comments

Comments
 (0)