1
1
class Nanomsg < Formula
2
2
desc "Socket library in C"
3
3
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 "
6
6
license "MIT"
7
7
head "https://github.com/nanomsg/nanomsg.git" , branch : "master"
8
8
@@ -11,8 +11,6 @@ class Nanomsg < Formula
11
11
strategy :github_latest
12
12
end
13
13
14
- no_autobump! because : :requires_manual_review
15
-
16
14
bottle do
17
15
sha256 cellar : :any , arm64_tahoe : "cbebcfb6e3fae4e753ffa93885dd350335b7fa08092048b7189ac314748cf70f"
18
16
sha256 cellar : :any , arm64_sequoia : "16e338dbc680d97de181c2e8d8aae40cd825a7f7bf4c10415d0c802e7b442c89"
@@ -32,9 +30,7 @@ class Nanomsg < Formula
32
30
depends_on "cmake" => :build
33
31
34
32
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
38
34
system "cmake" , "--build" , "build"
39
35
system "cmake" , "--install" , "build"
40
36
end
0 commit comments