We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f95d59 commit 458c5e1Copy full SHA for 458c5e1
Formula/n/nlopt.rb
@@ -1,8 +1,8 @@
1
class Nlopt < Formula
2
desc "Free/open-source library for nonlinear optimization"
3
homepage "https://nlopt.readthedocs.io/"
4
- url "https://github.com/stevengj/nlopt/archive/refs/tags/v2.9.1.tar.gz"
5
- sha256 "1e6c33f8cbdc4138d525f3326c231f14ed50d99345561e85285638c49b64ee93"
+ url "https://github.com/stevengj/nlopt/archive/refs/tags/v2.10.0.tar.gz"
+ sha256 "506f83a9e778ad4f204446e99509cb2bdf5539de8beccc260a014bd560237be1"
6
license "MIT"
7
head "https://github.com/stevengj/nlopt.git", branch: "master"
8
0 commit comments