Skip to content

Commit

Permalink
Merge pull request #203530 from Homebrew/bump-nanoflann-1.6.3
Browse files Browse the repository at this point in the history
nanoflann 1.6.3
  • Loading branch information
BrewTestBot authored Jan 7, 2025
2 parents fa95cd8 + 50b47b1 commit f56f76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/n/nanoflann.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nanoflann < Formula
desc "Header-only library for Nearest Neighbor search with KD-trees"
homepage "https://github.com/jlblancoc/nanoflann"
url "https://github.com/jlblancoc/nanoflann/archive/refs/tags/v1.6.2.tar.gz"
sha256 "c1b8f2e4d32c040249dad14a89dd03c5106a8c56f3e9ca4e60a0836a59259c0c"
url "https://github.com/jlblancoc/nanoflann/archive/refs/tags/v1.6.3.tar.gz"
sha256 "6140542c30b4abd6a6ffe52c591afaae5748f011c65682d1cae6c501e7e6710a"
license "BSD-3-Clause"
head "https://github.com/jlblancoc/nanoflann.git", branch: "master"

Expand All @@ -12,7 +12,7 @@ class Nanoflann < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "cccc62ea14eed8e68abd6d3cf781f2e78d9356cb45259dd806724adfd582908a"
sha256 cellar: :any_skip_relocation, all: "45e50c064255d59875d4386f3778b70d0e8ccc1186a7b358d710e48b1cda9f92"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit f56f76e

Please sign in to comment.