Skip to content

Commit b2beab9

Browse files
authored
Merge pull request Homebrew#206389 from Homebrew/bump-nanoflann-1.7.0
nanoflann 1.7.0
2 parents f4adb24 + bfa5c55 commit b2beab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/nanoflann.rb

Lines changed: 3 additions & 3 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

@@ -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

0 commit comments

Comments
 (0)