Skip to content

Commit b07224c

Browse files
committed
nanoflann 1.7.0
1 parent 9c4bd1c commit b07224c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/n/nanoflann.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)