File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class Nanoflann < Formula
22 desc "Header-only library for Nearest Neighbor search with KD-trees"
33 homepage "https://github.com/jlblancoc/nanoflann"
4- url "https://github.com/jlblancoc/nanoflann/archive/refs/tags/v1.6.3 .tar.gz"
5- sha256 "6140542c30b4abd6a6ffe52c591afaae5748f011c65682d1cae6c501e7e6710a "
4+ url "https://github.com/jlblancoc/nanoflann/archive/refs/tags/v1.7.0 .tar.gz"
5+ sha256 "5e0b05a209aa61e0b0377bcad8b6978862b17f096f67dbab1630ec9593aa075d "
66 license "BSD-3-Clause"
77 head "https://github.com/jlblancoc/nanoflann.git" , branch : "master"
88
@@ -12,7 +12,7 @@ class Nanoflann < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , all : "45e50c064255d59875d4386f3778b70d0e8ccc1186a7b358d710e48b1cda9f92 "
15+ sha256 cellar : :any_skip_relocation , all : "1b5a40e31cea5abda8816384f65eb0b742499405485662091d8d4655e46e3e4b "
1616 end
1717
1818 depends_on "cmake" => :build
You can’t perform that action at this time.
0 commit comments