|
1 | 1 | class Nlopt < Formula |
2 | 2 | desc "Free/open-source library for nonlinear optimization" |
3 | 3 | homepage "https://nlopt.readthedocs.io/" |
4 | | - url "https://github.com/stevengj/nlopt/archive/refs/tags/v2.9.1.tar.gz" |
5 | | - sha256 "1e6c33f8cbdc4138d525f3326c231f14ed50d99345561e85285638c49b64ee93" |
| 4 | + url "https://github.com/stevengj/nlopt/archive/refs/tags/v2.10.0.tar.gz" |
| 5 | + sha256 "506f83a9e778ad4f204446e99509cb2bdf5539de8beccc260a014bd560237be1" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/stevengj/nlopt.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "dde3448448cfcab26c78ee3297ff3a108990cd5ad6e7ce51c75bec01b0b80f67" |
11 | | - sha256 cellar: :any, arm64_sonoma: "141948dfbf37d2598acf237f30f249a8c350a731b8fa0989f9d3764e39a33018" |
12 | | - sha256 cellar: :any, arm64_ventura: "14eab9b8b46a24fd3074f843a64bc65445cac18c344dcb598db05662069b10c7" |
13 | | - sha256 cellar: :any, sonoma: "47ec9a4f7cd5d583479fc5de4e26c7cba0ab1a7a352851a19dd11c542700c918" |
14 | | - sha256 cellar: :any, ventura: "e5554d8ee37a66b7c7bf61b1071b28cf323aeea4b9973a11160b60bcecc5d3d5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "aef777322e668f27597d9801736b270d74a017a607d2d5fa310787b0916bf38e" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "5bc45b441a6db3d2a2bd91872a88181b73ec43855f8724251706928810099d53" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "56399d4d815f50ab2dd09e77c6e967ce6c1b45cab6377ab319001b1a8840598c" |
| 12 | + sha256 cellar: :any, arm64_ventura: "fcc202f3741a7b3702fd3f3acf6ac7b9350aeb7b006dd302efc8b9f81e90df57" |
| 13 | + sha256 cellar: :any, sonoma: "4047f0326b06f45eb780edfadf5a22e39e59d9e5474fd0efaafa06d6d233ec2b" |
| 14 | + sha256 cellar: :any, ventura: "997538dd9a34c8c7611bcb874567aaa0cb3d3eda6a8a2da85c61bf712df3907f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f545f273dd2d6d583e2acc54b5ad93a7a6d8a53810f3e9cbab05fed1aba6893a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => [:build, :test] |
|
0 commit comments