Skip to content

Commit 8531a7f

Browse files
osrfbuildscpeters
andauthored
gz-gui10 10.1.0 (#3534)
* update bottle Co-authored-by: Steve Peters <scpeters@intrinsic.ai>
1 parent 7818784 commit 8531a7f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Formula/gz-gui10.rb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
class GzGui10 < Formula
22
desc "Common libraries for robotics applications. GUI Library"
33
homepage "https://github.com/gazebosim/gz-gui"
4-
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-10.0.0.tar.bz2"
5-
sha256 "2ab6facb9473fdafe788efb867fb2f6153e278c9b02d7fe9a84412429bb74ee6"
4+
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-10.1.0.tar.bz2"
5+
sha256 "2bb422b974a783e6fbb8a57c5f0f2d4f7f9802ec3bb2b6766c7b07f00a193ed7"
66
license "Apache-2.0"
7-
revision 30
87

98
head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui10"
109

10+
bottle do
11+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
12+
sha256 arm64_sequoia: "a2f95fb9ace987a907a2647f7f165fa9b4fb2c2c3b29a368581722aed4f142ef"
13+
sha256 arm64_sonoma: "e599c24cfcd62a38ac6b22415a2a03379c51227c7a13185dec2b9dbb68289336"
14+
sha256 sonoma: "f7d41cd3c623268dbe45348d2260c4d0317a8c488b352a3919f1c3fe2ea66b08"
15+
end
16+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkgconf" => [:build, :test]
1319
depends_on "abseil"

0 commit comments

Comments
 (0)