From 32f473fb1e2b260d9da465364bbf1fa476c88fcf Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 19 Sep 2023 04:35:16 -0700 Subject: [PATCH] Harmonic: update head branches Signed-off-by: Steve Peters --- Formula/gz-fuel-tools9.rb | 2 +- Formula/gz-gui8.rb | 2 +- Formula/gz-launch7.rb | 2 +- Formula/gz-msgs10.rb | 2 ++ Formula/gz-rendering8.rb | 2 +- Formula/gz-sensors8.rb | 2 +- Formula/gz-sim8.rb | 2 +- Formula/gz-transport13.rb | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Formula/gz-fuel-tools9.rb b/Formula/gz-fuel-tools9.rb index fbf116fbb..565a8bdc6 100644 --- a/Formula/gz-fuel-tools9.rb +++ b/Formula/gz-fuel-tools9.rb @@ -7,7 +7,7 @@ class GzFuelTools9 < Formula license "Apache-2.0" revision 4 - head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "main" + head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools9" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" diff --git a/Formula/gz-gui8.rb b/Formula/gz-gui8.rb index ab637c66c..08e305a58 100644 --- a/Formula/gz-gui8.rb +++ b/Formula/gz-gui8.rb @@ -7,7 +7,7 @@ class GzGui8 < Formula license "Apache-2.0" revision 2 - head "https://github.com/gazebosim/gz-gui.git", branch: "main" + head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui8" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" diff --git a/Formula/gz-launch7.rb b/Formula/gz-launch7.rb index 818f80ba3..348528374 100644 --- a/Formula/gz-launch7.rb +++ b/Formula/gz-launch7.rb @@ -7,7 +7,7 @@ class GzLaunch7 < Formula license "Apache-2.0" revision 2 - head "https://github.com/gazebosim/gz-launch.git", branch: "main" + head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch7" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" diff --git a/Formula/gz-msgs10.rb b/Formula/gz-msgs10.rb index 1d28e8b63..a63140d47 100644 --- a/Formula/gz-msgs10.rb +++ b/Formula/gz-msgs10.rb @@ -7,6 +7,8 @@ class GzMsgs10 < Formula license "Apache-2.0" revision 2 + head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs10" + bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" sha256 ventura: "a9a96caa802ef2f1d934787647b0e57f3fbe93fcc3f7895c95fe2828d5f556d0" diff --git a/Formula/gz-rendering8.rb b/Formula/gz-rendering8.rb index 9ab86e706..f867e6a96 100644 --- a/Formula/gz-rendering8.rb +++ b/Formula/gz-rendering8.rb @@ -6,7 +6,7 @@ class GzRendering8 < Formula sha256 "2e828c5c0754d082d97a01b5ef6f47d3baae2749f7c638b18259c4673c11be7b" license "Apache-2.0" - head "https://github.com/gazebosim/gz-rendering.git", branch: "main" + head "https://github.com/gazebosim/gz-rendering.git", branch: "gz-rendering8" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" diff --git a/Formula/gz-sensors8.rb b/Formula/gz-sensors8.rb index 159267d54..3177f24f0 100644 --- a/Formula/gz-sensors8.rb +++ b/Formula/gz-sensors8.rb @@ -7,7 +7,7 @@ class GzSensors8 < Formula license "Apache-2.0" revision 2 - head "https://github.com/gazebosim/gz-sensors.git", branch: "main" + head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors8" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" diff --git a/Formula/gz-sim8.rb b/Formula/gz-sim8.rb index 0b4def494..68ac98a6a 100644 --- a/Formula/gz-sim8.rb +++ b/Formula/gz-sim8.rb @@ -7,7 +7,7 @@ class GzSim8 < Formula license "Apache-2.0" revision 2 - head "https://github.com/gazebosim/gz-sim.git", branch: "main" + head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim8" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" diff --git a/Formula/gz-transport13.rb b/Formula/gz-transport13.rb index 0fa99ace0..1d8f3505f 100644 --- a/Formula/gz-transport13.rb +++ b/Formula/gz-transport13.rb @@ -7,7 +7,7 @@ class GzTransport13 < Formula license "Apache-2.0" revision 4 - head "https://github.com/gazebosim/gz-transport.git", branch: "main" + head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport13" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"