diff --git a/Formula/p/pcl.rb b/Formula/p/pcl.rb index e66e4175ea5ce..bcb3f098de4fc 100644 --- a/Formula/p/pcl.rb +++ b/Formula/p/pcl.rb @@ -1,27 +1,11 @@ class Pcl < Formula desc "Library for 2D/3D image and point cloud processing" homepage "https://pointclouds.org/" + url "https://github.com/PointCloudLibrary/pcl/archive/refs/tags/pcl-1.15.0.tar.gz" + sha256 "e90c981c21e89c45201c5083db8308e099f34c1782f92fd65a0a4eb0b72c6fbf" license "BSD-3-Clause" - revision 3 head "https://github.com/PointCloudLibrary/pcl.git", branch: "master" - stable do - url "https://github.com/PointCloudLibrary/pcl/archive/refs/tags/pcl-1.14.1.tar.gz" - sha256 "5dc5e09509644f703de9a3fb76d99ab2cc67ef53eaf5637db2c6c8b933b28af6" - - # Backport fix for Boost 1.86.0 - patch do - url "https://github.com/PointCloudLibrary/pcl/commit/c6bbf02a084a39a02d9e2fc318a59fe2f1ff55c1.patch?full_index=1" - sha256 "e3af29b8b70ef9697d430a1af969c8501fe597d2cc02025e5f9254a0d6d715cd" - end - - # Backport fix for Boost 1.87.0 - patch do - url "https://github.com/PointCloudLibrary/pcl/commit/6f64495840c4e5674d542ccf20df96ed12665687.patch?full_index=1" - sha256 "8500e79e1e5c8c636bfc72e5f019e9681f45cd5441954b55bbad4fa48999a6e0" - end - end - bottle do sha256 cellar: :any, arm64_sonoma: "37abc7e6feb7a024c805fdba2457087848b90a88699d768da84818a46c33c855" sha256 cellar: :any, arm64_ventura: "313e824687c4a2a315c4f6fcf8e85821cdff51660f0ba6e7b0cb44543e43ec37" diff --git a/Formula/r/rtabmap.rb b/Formula/r/rtabmap.rb index c4a2f66f67513..966a6db85fd1b 100644 --- a/Formula/r/rtabmap.rb +++ b/Formula/r/rtabmap.rb @@ -4,7 +4,7 @@ class Rtabmap < Formula url "https://github.com/introlab/rtabmap/archive/refs/tags/0.21.4.tar.gz" sha256 "242f8da7c5d20f86a0399d6cfdd1a755e64e9117a9fa250ed591c12f38209157" license "BSD-3-Clause" - revision 9 + revision 10 head "https://github.com/introlab/rtabmap.git", branch: "master" # Upstream doesn't create releases for all tagged versions, so we use the diff --git a/Formula/v/visp.rb b/Formula/v/visp.rb index 7c1bfdf57e8bb..111f8c788ea0c 100644 --- a/Formula/v/visp.rb +++ b/Formula/v/visp.rb @@ -4,7 +4,7 @@ class Visp < Formula url "https://visp-doc.inria.fr/download/releases/visp-3.6.0.tar.gz" sha256 "eec93f56b89fd7c0d472b019e01c3fe03a09eda47f3903c38dc53a27cbfae532" license "GPL-2.0-or-later" - revision 12 + revision 13 livecheck do url "https://visp.inria.fr/download/"