diff --git a/Formula/gz-gui9.rb b/Formula/gz-gui9.rb index 0d9ef0024..1997fc908 100644 --- a/Formula/gz-gui9.rb +++ b/Formula/gz-gui9.rb @@ -4,10 +4,16 @@ class GzGui9 < Formula url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.0.tar.bz2" sha256 "2534cc688197c973029a43723de50c12a560320106d6b70a27aa4173c0a2d832" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui9" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "002173e89542c9ac24ea74cc62bcde3f5bcbf9e2c520534567183586e99b940b" + sha256 ventura: "3dd35cf2ab2895abf7c551fb0fa5e195461e65b2d1f26c05baa5805df4ec1166" + end + depends_on "cmake" => [:build, :test] depends_on "pkg-config" => [:build, :test] depends_on "abseil" diff --git a/Formula/gz-sensors9.rb b/Formula/gz-sensors9.rb index d5c2cb9dc..96e66b2e0 100644 --- a/Formula/gz-sensors9.rb +++ b/Formula/gz-sensors9.rb @@ -4,10 +4,16 @@ class GzSensors9 < Formula url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-9.0.0.tar.bz2" sha256 "f6f3b1bf67ce81a5f3f99feffe44a4de5a7e170ace401b2272d9d5e1814521ec" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors9" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 cellar: :any, sonoma: "1ecae5070f60ea630130b7fdeb7468f05d42d78faf4e9119b4b3ecf34464c274" + sha256 cellar: :any, ventura: "fd665bcea7fe00712675eefcc4d5d825af5dab6091a18b056f88f67110c58831" + end + depends_on "cmake" => [:build, :test] depends_on "pkg-config" => [:build, :test]