Skip to content

Commit b7bcf2e

Browse files
authored
Merge pull request #254201 from Homebrew/bump-mavsdk-3.11.0
mavsdk 3.11.0
2 parents 5353c29 + 6a7b70e commit b7bcf2e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Formula/m/mavsdk.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
class Mavsdk < Formula
22
desc "API and library for MAVLink compatible systems written in C++17"
3-
homepage "https://mavsdk.mavlink.io"
3+
homepage "https://mavsdk.mavlink.io/main/en/index.html"
44
url "https://github.com/mavlink/MAVSDK.git",
5-
tag: "v3.10.2",
6-
revision: "fb2b989b5b9849358bf9c2cb082f496d55edf173"
5+
tag: "v3.11.0",
6+
revision: "554e28378fe79b83216a128de148c2af4fe6ec20"
77
license "BSD-3-Clause"
8-
revision 4
98

109
livecheck do
1110
url :stable
1211
regex(/^v?(\d+(?:\.\d+)+)$/i)
1312
end
1413

1514
bottle do
16-
sha256 arm64_tahoe: "f2acc2bd6fe4e0e9c3c3ca3fdce91c78a624f2294a3056c10a9a49573ca5df34"
17-
sha256 arm64_sequoia: "8e04f76baf4c44b8acf712e2a781a00c78d84071e70907005a392428d285b23f"
18-
sha256 arm64_sonoma: "10e1e7e21746aae3e033d985cbd8852cb29ff3587cbc1916cb1a37ae3ae1dbb6"
19-
sha256 cellar: :any, sonoma: "9fcc670f709c1af1ab80c25c641c40b9f26fee5f4f149afecfefd71ad4ff25f3"
20-
sha256 arm64_linux: "2c7b3a2ba429dd5ec7127b3fd88203c68c997864a18e966ceed17c5eac0eb929"
21-
sha256 x86_64_linux: "e64ad405f9c40d0edf17a5ada9d399290485d669a966482faf1da474c993214d"
15+
sha256 arm64_tahoe: "76f7a35ef8b392b6f4f403bb5a18ff41e521d2d1717f97f2b115cbe592f0608c"
16+
sha256 arm64_sequoia: "babb7d8b8a24d31bd61a123e528ff2afaf4bee7b75229e31d2b31f2a81d2ad59"
17+
sha256 arm64_sonoma: "37ddf946435150e4cea8a0c71b1e3e33d4b3f20071317123b5519e648e0d1f29"
18+
sha256 cellar: :any, sonoma: "ac0648499b22d7bd436affb666b37833ed41f8c25e216c4438d5f54fbcc4b0c3"
19+
sha256 arm64_linux: "f6899f37fc26b167880d4c803458f1ad940667db3346ba535b3d9713a59b8a83"
20+
sha256 x86_64_linux: "4af668b45967d2f66af60a6b43aeca5e7f75fd5c939799f49268cfc8631f756b"
2221
end
2322

2423
depends_on "cmake" => :build
@@ -58,7 +57,7 @@ def install
5857
# Regenerate files to support newer protobuf
5958
system "tools/generate_from_protos.sh"
6059

61-
%w[mavlink picosha2 libmavlike].each do |dep|
60+
%w[mavlink picosha2 libevents libmavlike].each do |dep|
6261
system "cmake", "-S", "third_party/#{dep}", "-B", "build_#{dep}", *std_cmake_args(install_prefix: libexec)
6362
system "cmake", "--build", "build_#{dep}"
6463
system "cmake", "--install", "build_#{dep}"

0 commit comments

Comments
 (0)