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,30 +11,19 @@ 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
- 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"
30
21
end
31
22
32
23
depends_on "cmake" => :build
33
24
34
25
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
38
27
system "cmake" , "--build" , "build"
39
28
system "cmake" , "--install" , "build"
40
29
end
0 commit comments