From 267589c68ac9f5eb8cdac56fc47bd2a3e332a9ff Mon Sep 17 00:00:00 2001 From: CommanderChuter <61368449+CommanderChuter@users.noreply.github.com> Date: Sun, 7 Feb 2021 07:12:27 -0700 Subject: [PATCH] Update librealsense to 2.41 (#2499) --- L/librealsense/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L/librealsense/build_tarballs.jl b/L/librealsense/build_tarballs.jl index 359b4f6c7a7..9192bb25e5c 100644 --- a/L/librealsense/build_tarballs.jl +++ b/L/librealsense/build_tarballs.jl @@ -3,12 +3,12 @@ using BinaryBuilder name = "librealsense" -version = v"2.38.0" +version = v"2.41.0" # Collection of sources required to build librealsense sources = [ GitSource("https://github.com/IntelRealSense/librealsense.git", - "0adceb9dc6fce63c348346e1aef1b63c052a1db9"), + "4f37f2ef0874c1716bce223b20e46d00532ffb04"), ] # Bash recipe for building across all platforms