Skip to content

Commit 458c5e1

Browse files
committed
nlopt 2.10.0
1 parent 4f95d59 commit 458c5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/n/nlopt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Nlopt < Formula
22
desc "Free/open-source library for nonlinear optimization"
33
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"
66
license "MIT"
77
head "https://github.com/stevengj/nlopt.git", branch: "master"
88

0 commit comments

Comments
 (0)